MPIBlueDotStateChange

class MPIBlueDotStateChange(    val internalName: Int,     val internalMarkerVisibility: Int? = null,     val internalReason: Int? = null,     val message: String? = null)

MPIBlueDotStateChange contains the reason for an unexpected blue dot state change

Constructors

Link copied to clipboard
fun MPIBlueDotStateChange(    internalName: Int,     internalMarkerVisibility: Int? = null,     internalReason: Int? = null,     message: String? = null)

Properties

Link copied to clipboard
val internalMarkerVisibility: Int? = null

Visibility State of the BlueDot marker

Link copied to clipboard
val internalName: Int

Has what we currently know about the blue dot and how confident we are

Link copied to clipboard
val internalReason: Int? = null

Reason why BlueDot may be in the current state

Link copied to clipboard
val markerVisibility: MPIMarkerState?

Visibility State of the BlueDot marker

Link copied to clipboard
val message: String? = null

Additional message to complement the reason

Link copied to clipboard
val name: MPIBlueDotState

Has what we currently know about the blue dot and how confident we are

Link copied to clipboard
val reason: MPIBlueDotStateReason?

Reason why BlueDot may be in the current state