Uses of Class
org.robovm.apple.intents.INMessageAttribute
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INMessageAttribute in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INMessageAttribute Modifier and Type Method Description INMessageAttributeINSetMessageAttributeIntent. getAttribute()static INMessageAttributeINMessageAttribute. valueOf(long n)Returns the enum constant of this type with the specified name.static INMessageAttributeINMessageAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static INMessageAttribute[]INMessageAttribute. 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 INMessageAttribute Modifier and Type Method Description static INMessageAttributeResolutionResultINMessageAttributeResolutionResult. confirmationRequired(INMessageAttribute messageAttributeToConfirm)static INMessageAttributeResolutionResultINMessageAttributeResolutionResult. confirmationRequiredForValue(INMessageAttribute valueToConfirm)Deprecated.Deprecated in iOS 11.0.protected longINSetMessageAttributeIntent. init(NSArray<NSString> identifiers, INMessageAttribute attribute)static INMessageAttributeResolutionResultINMessageAttributeResolutionResult. success(INMessageAttribute resolvedMessageAttribute)static INMessageAttributeResolutionResultINMessageAttributeResolutionResult. successValue(INMessageAttribute resolvedValue)Deprecated.Deprecated in iOS 11.0.Constructors in org.robovm.apple.intents with parameters of type INMessageAttribute Constructor Description INSetMessageAttributeIntent(NSArray<NSString> identifiers, INMessageAttribute attribute)