PushProviderBridge

PushProvider callback methods. Low level push provider bridge. Most apps should not call this directly. Instead, use the specific provider integrations (e.g. AirshipFirebaseIntegration, AirshipHmsIntegration, or AdmHandlerBase) when trying to extend a service and call through to us.

Types

Link copied to clipboard

Process push request.

Properties

Link copied to clipboard
Link copied to clipboard
const val EXTRA_PUSH: String

Functions

Link copied to clipboard

Creates a new request to process an incoming push message.

Link copied to clipboard
fun requestRegistrationUpdate(context: Context, pushProviderClass: Class<out PushProvider>, newToken: String?)

Triggers a registration update.