Package com.mappedin.sdk.web

Types

BaseEvent
Link copied to clipboard
enum BaseEvent : Enum<BaseEvent> , MPIEvent
This enum holds the string values of various base events that can be sent to the event bus.
BridgeEvent
Link copied to clipboard
enum BridgeEvent : Enum<BridgeEvent> , MPIEvent
This enum holds the string values of various bridge events.
MPIError
Link copied to clipboard
enum MPIError : Enum<MPIError>
MPIError has different enum error messages.
MPIEvent
Link copied to clipboard
interface MPIEvent
MPIEvent represent event buses.
MPIOptions
Link copied to clipboard
open class MPIOptions
This class holds the options
MPIPayload
Link copied to clipboard
data class MPIPayload(data: String?, msgID: String)
MPIPayload stores a msgID and data required for an event as a string and a msgID
NavigatorEvent
Link copied to clipboard
enum NavigatorEvent : Enum<NavigatorEvent> , MPIEvent
This enum holds the value of different navigator events that can be sent to the event bus