Class

OrbiterOffsetType

Represents the type of offset used for positioning an orbiter.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public value class OrbiterOffsetType private constructor(private val value: Int)

Represents the type of offset used for positioning an orbiter.

Companion Object

Properties

Android
public val OuterEdge: OrbiterOffsetType

The edge of the orbiter that is facing away from the content element.

Android
public val InnerEdge: OrbiterOffsetType

The edge of the orbiter that is directly facing the content element.

Android
public val Overlap: OrbiterOffsetType