MoEngageUserInformation
@objc
public class MoEngageUserInformation : NSObject
Model that returns User related information
-
User account related information
Declaration
Swift
@objc public let accountMeta: MoEngageAccountMeta
-
Unique id of the user.
Declaration
Swift
@objc public let uniqueId: String?
-
Declaration
Swift
@objc public init(accountMeta: MoEngageAccountMeta, uniqueId: String? = nil)