Class ClientConfiguration
Marketing Cloud Personalization Android configuration, provided by the client in Evergage.start(ClientConfiguration)
, built using ClientConfiguration.Builder
.
Since
1.3.0
See Also
Nested Class | Description | Modifier and Type |
---|---|---|
ClientConfiguration.Builder | Builder for ClientConfiguration . | static class |
Methods | Description | Modifier and Type | Required? |
---|---|---|---|
getAccount() | Account within Personalization to use. | java.lang.String | Yes |
getDataset() | Dataset within the Personalization account to use. | java.lang.String | Yes |
usePushNotifications() | If the app uses Firebase Cloud Messaging, allow Personalization to collect the app's Firebase token in order to support Personalization push notification campaigns. | No |
Methods inherited from class java.lang.Object
:
- equals
- getClass
- hashCode
- notify
- notifyAll
- toString
- wait
- wait
- wait
getAccount
Account within Personalization to use.
getDataset
Required - Dataset within the Personalization account to use.
usePushNotifications
If the app uses Firebase Cloud Messaging, allow Personalization to collect the app's Firebase token in order to support Personalization push notification campaigns.
If unspecified, defaults to false
.
For more information, see Push Notifications.
See Also