Custom Action Receiver
interface CustomActionReceiver
Content copied to clipboard
Defines and handles custom actions.
Functions
createCustomActions
Link copied to clipboard
abstract fun createCustomActions(context: Context): Map<String, NotificationCompat.Action>
Content copied to clipboard
getCustomActions
Link copied to clipboard
onCustomAction
Link copied to clipboard
abstract fun onCustomAction(player: Player, action: String, intent: Intent)
Content copied to clipboard