Package com.mappedin.sdk.web

Classes related to communicating with Mappedin Web SDK.

Types

Link copied to clipboard
enum MPIError : Enum<MPIError>

MPIError has different enum error messages.

Link copied to clipboard
class MPIOptions

This class holds the options

Link copied to clipboard
data class MPIPayload(val data: String? = null, val msgID: String = UUID.randomUUID().toString())

MPIPayload stores a msgID and data required for an event as a string and a msgID