GamebasePushTokenInfo

Constructors

Link copied to clipboard
constructor(@NonNull pushType: String, @NonNull token: String, @NonNull userId: String, @NonNull deviceCountryCode: String, @NonNull timezone: String, @Nullable registeredDateTime: String, @NonNull languageCode: String, @NonNull agreement: GamebasePushAgreement)

Properties

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

Functions

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 toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String