ModuleIdentity
@objc(SFMCSdkModuleIdentity)
public protocol ModuleIdentity
-
Declaration
Swift
@objc var applicationId: String { get }
-
Declaration
Swift
@objc var profileId: String? { get }
-
Declaration
Swift
@objc var installationId: String? { get }
-
Declaration
Swift
@objc var customProperties: [String : Any]? { get }
-
Declaration
Swift
func customPropertiesToJson() -> String?