GamebaseNotificationOptions

Parameter class for the change push options like 'enableForeground'.

Since

Added 2.15.0.

Types

Link copied to clipboard
open class Builder

Properties

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

Functions

Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
The factory method to create an instance of the builder to build GamebaseNotificationOptions.
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String