#import <CPTIntegrationUser.h>
◆ customData
- (NSDictionary<NSString*,id>*) customData |
|
readnonatomicassign |
You can add any other field that you want to the user data, provided it’s not a nested field, and that it contains a boolean
, String
or numeric value. You can use this data later to segment your users, create badge conditions or see reports and analyze your actions and users.
◆ displayName
- (NSString*) displayName |
|
readnonatomicassign |
◆ email
The user's email address.
◆ firstName
◆ imageURL
A full URL to the user's profile image.
◆ lastName
◆ name
◆ url
The URL to the uesr's page or your app, or the user's website.
◆ userId
Required. Your own unique ID for the user.
The documentation for this protocol was generated from the following file: