Uses of Class
org.robovm.apple.intents.INShareFocusStatusIntentResponseCode
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INShareFocusStatusIntentResponseCode in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INShareFocusStatusIntentResponseCode Modifier and Type Method Description INShareFocusStatusIntentResponseCodeINShareFocusStatusIntentResponse. getCode()static INShareFocusStatusIntentResponseCodeINShareFocusStatusIntentResponseCode. valueOf(long n)Returns the enum constant of this type with the specified name.static INShareFocusStatusIntentResponseCodeINShareFocusStatusIntentResponseCode. valueOf(String name)Returns the enum constant of this type with the specified name.static INShareFocusStatusIntentResponseCode[]INShareFocusStatusIntentResponseCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intents with parameters of type INShareFocusStatusIntentResponseCode Modifier and Type Method Description protected longINShareFocusStatusIntentResponse. init(INShareFocusStatusIntentResponseCode code, NSUserActivity userActivity)Constructors in org.robovm.apple.intents with parameters of type INShareFocusStatusIntentResponseCode Constructor Description INShareFocusStatusIntentResponse(INShareFocusStatusIntentResponseCode code, NSUserActivity userActivity)