PushProvider

interface PushProvider(source)

Defines a push provider.

Types

Link copied to clipboard
Link copied to clipboard

Registration exceptions

Properties

Link copied to clipboard
Link copied to clipboard
abstract val platform: Platform

Functions

Link copied to clipboard
abstract fun getRegistrationToken(context: Context): String?

Gets the push registration token.

Link copied to clipboard
abstract fun isAvailable(context: Context): Boolean

If the underlying push provider is currently available.

Link copied to clipboard
abstract fun isSupported(context: Context): Boolean

If the underlying push provider is supported on the device.