Package-level declarations

Types

Link copied to clipboard
data class DispatchData(val appName: String, val appVersion: String)
Link copied to clipboard
abstract class Event(val action: String, val params: MutableMap<String, String>)
Link copied to clipboard
class PaymentEvent(val action: String, val params: MutableMap<String, String>) : Event