Parameter class for the initialization of the Pushable#registerPush(Map, Pushable.PushCallback).
More...
◆ PushConfiguration() [1/2]
PushConfiguration |
( |
final boolean |
enabled, |
|
|
final boolean |
adAgree, |
|
|
final boolean |
adAgreeNight |
|
) |
| |
◆ PushConfiguration() [2/2]
PushConfiguration |
( |
final boolean |
enabled, |
|
|
final boolean |
adAgree, |
|
|
final boolean |
adAgreeNight, |
|
|
final String |
displayLanguageCode |
|
) |
| |
◆ fromJson() [1/3]
static <T> T fromJson |
( |
@NonNull JSONObject |
jsonObject, |
|
|
Class< T > |
classOfT |
|
) |
| |
|
staticinherited |
◆ fromJson() [2/3]
static <T> T fromJson |
( |
@NonNull String |
json, |
|
|
Class< T > |
classOfT |
|
) |
| |
|
staticinherited |
◆ fromJson() [3/3]
static <T> T fromJson |
( |
@NonNull String |
json, |
|
|
Type |
type |
|
) |
| |
|
staticinherited |
◆ newBuilder()
◆ toJsonString()
◆ toPrettyJsonString()
String toPrettyJsonString |
( |
| ) |
|
|
inherited |
◆ toString()
◆ adAgreement
◆ adAgreementNight
◆ displayLanguageCode
String displayLanguageCode |
◆ pushEnabled