Class ClientConfiguration.Builder
Builder for ClientConfiguration
.
Enclosing class:
See Also:
Builder
Methods | Description | Modifier and Type |
---|---|---|
account(java.lang.String account) | The Personalization account to use. | ClientConfiguration.Builder |
build() | Produces ClientConfiguration and resets the builder. | ClientConfiguration |
dataset(java.lang.String dataset) | The dataset within the Personalization account to use. | ClientConfiguration.Builder |
usePushNotifications(java.lang.Boolean 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. | ClientConfiguration.Builder |
Methods inherited from class java.lang.Object
:
- equals
- getClass
- hashCode
- notify
- notifyAll
- toString
- wait
- wait
- wait
account
See Also
dataset
See Also
usePushNotifications
See Also
build
Produces ClientConfiguration
and resets the builder.