ContextSubType
@objcMembers
public class ContextSubType : SingleContainerInt
Native context subtype asset.
-
Represents a general context type.
Declaration
Swift
public static let General: ContextSubType -
Represents an article context type.
Declaration
Swift
public static let Article: ContextSubType -
Represents a video context type.
Declaration
Swift
public static let Video: ContextSubType -
Represents an audio context type.
Declaration
Swift
public static let Audio: ContextSubType -
Represents an image context type.
Declaration
Swift
public static let Image: ContextSubType -
Represents a user-generated content context type.
Declaration
Swift
public static let UserGenerated: ContextSubType -
Represents a social media context type.
Declaration
Swift
public static let Social: ContextSubType -
Represents an email context type.
Declaration
Swift
public static let email: ContextSubType -
Represents a chat or instant messaging context type.
Declaration
Swift
public static let chatIM: ContextSubType -
Represents a product selling context type.
Declaration
Swift
public static let SellingProduct: ContextSubType -
Represents an App Store context type.
Declaration
Swift
public static let AppStore: ContextSubType -
Represents a review site context type.
Declaration
Swift
public static let ReviewSite: ContextSubType -
Represents a custom context type.
Declaration
Swift
public static let Custom: ContextSubType