onCreateNotificationArguments
abstract fun onCreateNotificationArguments(context: Context, message: PushMessage): NotificationArguments(source)
Called to generate the NotificationArguments for a push message.
Return
The notification arguments.
Parameters
context
The context.
message
The message.