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