MPIdentityApiResult Class Reference

Inherits from NSObject
Declared in MPIdentityApi.h

Overview

Result object for identify, login and logout calls. Specifies the new or existing user resolved by the IDSync servers based on the device and user identities passed in.

Note that device identities (e.g. IDFA, push token) will be added to identity requests automatically by the SDK.

  user

Resolved user as a result of the Identity API request.

@property (nonatomic, strong, readwrite, nonnull) MParticleUser *user

Discussion

Resolved user as a result of the Identity API request.

Declared In

MPIdentityApi.h

  previousUser

User that was active before identity request was sent, if applicable.

@property (nonatomic, strong, readwrite, nullable) MParticleUser *previousUser

Discussion

User that was active before identity request was sent, if applicable.

Declared In

MPIdentityApi.h