BatchDeeplinkInterceptor

Abstract class describing a deeplink interceptor. An interceptor's job is to override some aspects of a deeplink that Batch wants to open. See the various methods to see what you can override.

Functions

Link copied to clipboard
Called as a fallback when a previous task stack builder or intent could not be launched.
Link copied to clipboard
abstract fun getIntent(@NonNull context: Context, @NonNull deeplink: String): Intent
Called when a deeplink is triggered by Batch (could be from a push notification or an in-app message).
Link copied to clipboard
Called when a deeplink is triggered by Batch (only called from a push notification).