Uses of Class
org.robovm.apple.intents.INVocabularyStringType
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INVocabularyStringType in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INVocabularyStringType Modifier and Type Method Description static INVocabularyStringTypeINVocabularyStringType. valueOf(long n)Returns the enum constant of this type with the specified name.static INVocabularyStringTypeINVocabularyStringType. valueOf(String name)Returns the enum constant of this type with the specified name.static INVocabularyStringType[]INVocabularyStringType. 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 INVocabularyStringType Modifier and Type Method Description voidINVocabulary. setVocabulary(NSOrderedSet<?> vocabulary, INVocabularyStringType type)voidINVocabulary. setVocabularyStrings(NSOrderedSet<NSString> vocabulary, INVocabularyStringType type)