Uses of Class
org.robovm.apple.storekit.SKOverlayPosition
| Package | Description |
|---|---|
| org.robovm.apple.storekit |
-
Uses of SKOverlayPosition in org.robovm.apple.storekit
Methods in org.robovm.apple.storekit that return SKOverlayPosition Modifier and Type Method Description SKOverlayPositionSKOverlayAppClipConfiguration. getPosition()SKOverlayPositionSKOverlayAppConfiguration. getPosition()static SKOverlayPositionSKOverlayPosition. valueOf(long n)Returns the enum constant of this type with the specified name.static SKOverlayPositionSKOverlayPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static SKOverlayPosition[]SKOverlayPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.storekit with parameters of type SKOverlayPosition Modifier and Type Method Description protected longSKOverlayAppClipConfiguration. init(SKOverlayPosition position)protected longSKOverlayAppConfiguration. init(String appIdentifier, SKOverlayPosition position)voidSKOverlayAppClipConfiguration. setPosition(SKOverlayPosition v)voidSKOverlayAppConfiguration. setPosition(SKOverlayPosition v)Constructors in org.robovm.apple.storekit with parameters of type SKOverlayPosition Constructor Description SKOverlayAppClipConfiguration(SKOverlayPosition position)SKOverlayAppConfiguration(String appIdentifier, SKOverlayPosition position)