toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.push.notifications
/
NotificationArguments
Notification
Arguments
open
class
NotificationArguments
Arguments used to create a notification in the
NotificationProvider
.
Members
Types
Builder
Link copied to clipboard
open
class
Builder
Arguments builder.
Properties
message
Link copied to clipboard
@get:
NonNull
val
message
:
PushMessage
notification
Channel
Id
Link copied to clipboard
@get:
NonNull
val
notificationChannelId
:
String
notification
Id
Link copied to clipboard
val
notificationId
:
Int
notification
Tag
Link copied to clipboard
@get:
Nullable
val
notificationTag
:
String
Functions
get
Requires
Long
Running
Task
Link copied to clipboard
open
fun
getRequiresLongRunningTask
(
)
:
Boolean
Gets the flag indicating the notification requires a long running task.
new
Builder
Link copied to clipboard
@
NonNull
open
fun
newBuilder
(
@
NonNull
message
:
PushMessage
)
:
NotificationArguments.Builder
Factory method to create a new builder.