NotificationAction

interface NotificationAction

defines what to do if the user clicks on a notification

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
execute
Link copied to clipboard
abstract fun execute(worldScreen: WorldScreen)
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

LocationAction
Link copied to clipboard
TechAction
Link copied to clipboard
CityAction
Link copied to clipboard
DiplomacyAction
Link copied to clipboard
MayaLongCountAction
Link copied to clipboard

Sources

jvm source
Link copied to clipboard