Package com.mappedin.sdk

Types

MPIMapView
Link copied to clipboard
open class MPIMapView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : WebView, MPIMapViewInterface
This class contains methods that help to display and interact with a Mappedin venue
MPIMapViewInterface
Link copied to clipboard
interface MPIMapViewInterface
This class contains methods that help to display and interact with a Mappedin venue

Functions

safeDecodeFromString
Link copied to clipboard
inline fun <T : Any> Json.safeDecodeFromString(stringToDecode: String): T?
safeEncodeToString
Link copied to clipboard
inline fun <T : Any> Json.safeEncodeToString(objectToEncode: T): String?