PushProvider

interface PushProvider

Defines a push provider.

Types

Link copied to clipboard
Link copied to clipboard
Registration exceptions

Properties

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

Functions

Link copied to clipboard
Returns the delivery type.
Link copied to clipboard
abstract fun getPlatform(): Int
Returns the platform type.
Link copied to clipboard
Gets the push registration token.
Link copied to clipboard
abstract fun isAvailable(@NonNull context: Context): Boolean
If the underlying push provider is currently available.
Link copied to clipboard
abstract fun isSupported(@NonNull context: Context): Boolean
If the underlying push provider is supported on the device.