Push

class Push

This class provides wrapping of function execution related to push notification.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Get notification options in device.
Link copied to clipboard
This API tells that the user has allowed the device to display notification.
Link copied to clipboard
Get push settings from the the push server.
Link copied to clipboard
Get push settings from the the push server.
Link copied to clipboard
open fun registerPush(@NonNull activity: Activity, @NonNull pushConfiguration: PushConfiguration, @NonNull callback: GamebaseCallback)
open fun registerPush(@NonNull activity: Activity, @NonNull pushConfiguration: PushConfiguration, @NonNull notificationOptions: GamebaseNotificationOptions, @NonNull callback: GamebaseCallback)
Register push information to the push server.