AirshipFirebaseIntegration

Firebase integration.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun isAirshipPush(message: RemoteMessage): Boolean
Checks if the push is from Airship or not.
Link copied to clipboard
open fun processMessage(context: Context, message: RemoteMessage): Future<Void>
Called to handle onMessageReceived.
Link copied to clipboard
open fun processMessageSync(context: Context, message: RemoteMessage)
Called to handle onMessageReceived synchronously.
Link copied to clipboard
open fun processNewToken(context: Context, token: String)
Called to handle new tokens.