BridgeEvent

enum BridgeEvent : Enum<BridgeEvent> , MPIEvent

This enum holds the string values of various bridge events.

  • Note: Bridge events are events that we expect back after sending an event to the bridge.

Entries

RESOLVE
Link copied to clipboard
RESOLVE("RESOLVE")
WebSDK was successful and may or may not return data depending on the event.
REJECT
Link copied to clipboard
REJECT("REJECT")
Bridge was unsuccessful and an error was thrown at some point.

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: BridgeEvent): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<BridgeEvent>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

eventName
Link copied to clipboard
open override val eventName: String
Name of the MPIEvent
expectedClass
Link copied to clipboard
open override val expectedClass: KClass<*>? = null
  • Note: 1. Base Event 2. Bridge Event 3. Navigator

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int