Uses of Class
org.robovm.apple.gamekit.GKGameCenterViewControllerState
| Package | Description |
|---|---|
| org.robovm.apple.gamekit |
-
Uses of GKGameCenterViewControllerState in org.robovm.apple.gamekit
Methods in org.robovm.apple.gamekit that return GKGameCenterViewControllerState Modifier and Type Method Description GKGameCenterViewControllerStateGKGameCenterViewController. getViewState()Deprecated.Deprecated in iOS 14.0.static GKGameCenterViewControllerStateGKGameCenterViewControllerState. valueOf(long n)Returns the enum constant of this type with the specified name.static GKGameCenterViewControllerStateGKGameCenterViewControllerState. valueOf(String name)Returns the enum constant of this type with the specified name.static GKGameCenterViewControllerState[]GKGameCenterViewControllerState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.gamekit with parameters of type GKGameCenterViewControllerState Modifier and Type Method Description protected longGKGameCenterViewController. init(GKGameCenterViewControllerState state)voidGKGameCenterViewController. setViewState(GKGameCenterViewControllerState v)Deprecated.Deprecated in iOS 14.0.voidGKAccessPoint. triggerAccessPoint(GKGameCenterViewControllerState state, Runnable handler)Constructors in org.robovm.apple.gamekit with parameters of type GKGameCenterViewControllerState Constructor Description GKGameCenterViewController(GKGameCenterViewControllerState state)