PushConfiguration

Parameter class for the initialization of the registerToken

Since

2017-02-06

See also

Constructors

Link copied to clipboard
constructor(enabled: Boolean, adAgree: Boolean, adAgreeNight: Boolean)
The constructor of PushConfiguration class.
constructor(enabled: Boolean, adAgree: Boolean, adAgreeNight: Boolean, displayLanguageCode: String)
The constructor of PushConfiguration class.

Types

Link copied to clipboard
open class Builder

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun from(@Nullable container: GamebaseDataContainer): PushConfiguration
open fun from(@Nullable jsonString: String): PushConfiguration
Factory method to create VO instance.
Link copied to clipboard
open fun <T> fromJson(@NonNull json: String, classOfT: Class<T>): T
open fun <T> fromJson(@NonNull json: String, type: Type): T
open fun <T> fromJson(@NonNull jsonObject: JSONObject, classOfT: Class<T>): T
Link copied to clipboard
open fun newBuilder(enabled: Boolean, adAgree: Boolean, adAgreeNight: Boolean): PushConfiguration.Builder
The factory method to create an instance of the builder to build PushConfiguration.
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String