MPIdentityChange Class Reference
Inherits from | NSObject |
---|---|
Declared in | MPIdentityApi.h |
Overview
An object representing a single identity type that was changed for a given user. Part of the modify response object.
changedUser
The user whose identity changed.
@property (nonatomic, strong, readwrite, nonnull) MParticleUser *changedUser
Discussion
The user whose identity changed.
Declared In
MPIdentityApi.h
changedIdentity
The type of the identity that changed. (e.g. email, customer id, etc)
@property (nonatomic) MPIdentity changedIdentity
Discussion
The type of the identity that changed. (e.g. email, customer id, etc)
Declared In
MPIdentityApi.h