IdentityEventProtocol

@objc(SFMCSdkIdentityEventProtocol)
public protocol IdentityEventProtocol : Event
  • Declaration

    Swift

    @objc
    var profileId: String? { get }
  • Declaration

    Swift

    @objc
    var profileAttributes: [String : String]? { get }
  • Declaration

    Swift

    var attributes: [String : Any]? { get }