Uses of Class
org.robovm.apple.uikit.UISceneSessionRole
| Package | Description |
|---|---|
| org.robovm.apple.carplay | |
| org.robovm.apple.uikit |
-
Uses of UISceneSessionRole in org.robovm.apple.carplay
Methods in org.robovm.apple.carplay that return UISceneSessionRole Modifier and Type Method Description static UISceneSessionRoleCPTemplateApplicationDashboardScene. getSceneSessionRole()static UISceneSessionRoleCPTemplateApplicationScene. getSceneSessionRole() -
Uses of UISceneSessionRole in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as UISceneSessionRole Modifier and Type Field Description static UISceneSessionRoleUISceneSessionRole. Applicationstatic UISceneSessionRoleUISceneSessionRole. ExternalDisplayMethods in org.robovm.apple.uikit that return UISceneSessionRole Modifier and Type Method Description UISceneSessionRoleUISceneConfiguration. getRole()UISceneSessionRoleUISceneSession. getRole()static UISceneSessionRoleUISceneSessionRole.Marshaler. toObject(Class<UISceneSessionRole> cls, long handle, long flags)static UISceneSessionRoleUISceneSessionRole. valueOf(NSString value)Methods in org.robovm.apple.uikit that return types with arguments of type UISceneSessionRole Modifier and Type Method Description static List<UISceneSessionRole>UISceneSessionRole.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.uikit with parameters of type UISceneSessionRole Modifier and Type Method Description protected longUISceneConfiguration. init(String name, UISceneSessionRole sessionRole)static longUISceneSessionRole.Marshaler. toNative(UISceneSessionRole o, long flags)Method parameters in org.robovm.apple.uikit with type arguments of type UISceneSessionRole Modifier and Type Method Description static longUISceneSessionRole.AsListMarshaler. toNative(List<UISceneSessionRole> l, long flags)static UISceneSessionRoleUISceneSessionRole.Marshaler. toObject(Class<UISceneSessionRole> cls, long handle, long flags)Constructors in org.robovm.apple.uikit with parameters of type UISceneSessionRole Constructor Description UISceneConfiguration(String name, UISceneSessionRole sessionRole)