MoEngageUserRegistrationStatus
public class MoEngageUserRegistrationStatus: NSObject
Model responsible for User registration status
-
User account related information
Declaration
Swift
public let accountMeta: MoEngageAccountMeta
-
true if user is registered else false.
Declaration
Swift
public var isUserRegistered: Bool
-
Declaration
Swift
public init(accountMeta: MoEngageAccountMeta, isUserRegistered: Bool)