SimulatorState

annotation class SimulatorState

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

Closed
Link copied to clipboard
val Closed: Int
End
Link copied to clipboard
val End: Int
Paused
Link copied to clipboard
val Paused: Int
Playing
Link copied to clipboard
val Playing: Int
Stopped
Link copied to clipboard
val Stopped: Int