MPIBlueDotStateReason

enum MPIBlueDotStateReason : Enum<MPIBlueDotStateReason>

MPIBlueDotStateReason contains the reason for an unexpected blue dot state

Entries

OUTSIDE_MAP
Link copied to clipboard
Positions we are receiving indicate we are outside the venue
NO_POSITIONS_PROVIDED
Link copied to clipboard
BlueDot is enabled, but we haven't received any positions
GEOLOCATION_PROVIDER_ERROR
Link copied to clipboard
Web Only: error returned by geolocation provider
CUSTOM_GEOLOCATION_PROVIDER_ERROR
Link copied to clipboard
Errors provided by custom location providers

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: MPIBlueDotStateReason): 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<MPIBlueDotStateReason>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

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