FilteredMParticleUser Class Reference
Inherits from | NSObject |
---|---|
Declared in | FilteredMParticleUser.h |
isLoggedIn
Returns whether this user is currently logged in
@property (readonly) BOOL isLoggedIn
Discussion
Returns whether this user is currently logged in
Declared In
FilteredMParticleUser.h
userIdentities
Gets current user identities (readonly)
@property (readonly, strong, nonnull) NSDictionary<NSNumber*NSString*> *userIdentities
Return Value
A dictionary containing the collection of user identities
Discussion
Gets current user identities (readonly)
See Also
Declared In
FilteredMParticleUser.h
userAttributes
Gets all user attributes.
@property (readonly, strong, nonnull) NSDictionary<NSString*id> *userAttributes
Return Value
A dictionary containing the collection of user attributes.
Discussion
Gets all user attributes.
Declared In
FilteredMParticleUser.h