Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-adm
/
com.urbanairship.push.adm
/
AdmHandlerJobBase
Adm
Handler
Job
Base
open
class
AdmHandlerJobBase
:
ADMMessageHandlerJobBase
Members
Constructors
Adm
Handler
Job
Base
Link copied to clipboard
constructor
(
)
Functions
on
Message
Link copied to clipboard
protected
open
fun
onMessage
(
context
:
Context
,
intent
:
Intent
)
on
Registered
Link copied to clipboard
protected
open
fun
onRegistered
(
context
:
Context
,
newRegistrationId
:
String
)
on
Registration
Error
Link copied to clipboard
protected
open
fun
onRegistrationError
(
context
:
Context
,
errorId
:
String
)
on
Unregistered
Link copied to clipboard
protected
open
fun
onUnregistered
(
context
:
Context
,
newRegistrationId
:
String
)