Companion

object Companion

Companion object.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

IDLE_REQUESTED
Link copied to clipboard
val IDLE_REQUESTED: ViewportStatusChangeReason
The ViewportStatus is changed by the Idle request.
TRANSITION_FAILED
Link copied to clipboard
val TRANSITION_FAILED: ViewportStatusChangeReason
The ViewportStatus is changed by a transition failed event.
TRANSITION_STARTED
Link copied to clipboard
val TRANSITION_STARTED: ViewportStatusChangeReason
The ViewportStatus is changed by a transition started event.
TRANSITION_SUCCEEDED
Link copied to clipboard
val TRANSITION_SUCCEEDED: ViewportStatusChangeReason
The ViewportStatus is changed by a transition succeeded event.
USER_INTERACTION
Link copied to clipboard
val USER_INTERACTION: ViewportStatusChangeReason
The ViewportStatus is changed by an user interaction event.