Newer Version Available
Let us know so we can improve!
| Inherits from | Declared in |
|---|---|
NSObject | EVGClientConfigurationBuilder.h |
Builds the Marketing Cloud Personalization iOS configuration, including some required settings, provided by the client in [Evergage startWithClientConfiguration:].
Account within Personalization to use.
1@property (nonnull, nonatomic, copy) NSString *accountDataset within the Personalization account to use.
1@property (nonnull, nonatomic, copy) NSString *datasetIf the app uses push notifications (APNS and/or Firebase), allow Personalization to collect the app’s APNS/Firebase token(s) in order to support Personalization push notification campaigns.
1@property (nonatomic) BOOL usePushNotificationsDiscussion
Defaults to false.
For more information, see Push Notifications.
See Also
Allow user-initiated gesture to connect to the Personalization web console for action mapping screens.
1@property (nonatomic) BOOL useDesignModeDiscussion
Defaults to false. Recommended to use only during development in DEBUG builds.
For more information, see Tracking Guide.
Newer Version Available