Airship Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Airship Android SDK
urbanairship-core
/
com.urbanairship.push.notifications
/
AirshipNotificationProvider
/
getTitle
get
Title
@
Nullable
protected
open
fun
getTitle
(
@
NonNull
context
:
Context
,
@
NonNull
message
:
PushMessage
)
:
String
Gets the notification title.
Return
The notification title.
Parameters
context
The application context.
message
The push message.