public static interface

AlertsApi.Lifecycle

com.mapsted.alerts.AlertsApi.Lifecycle

Summary

Public Methods
abstract void onDestroy()
Call onDestroy when your application exits.
abstract boolean processDeeplink(DeeplinkData deeplinkData)
Process deeplink data

Public Methods

public abstract void onDestroy ()

Call onDestroy when your application exits.

public abstract boolean processDeeplink (DeeplinkData deeplinkData)

Process deeplink data

Parameters
deeplinkData the deeplink data
Returns
  • whether or not processed