Uses of Class
org.robovm.apple.intents.INRelativeReference
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INRelativeReference in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INRelativeReference Modifier and Type Method Description INRelativeReferenceINSetAudioSourceInCarIntent. getRelativeAudioSourceReference()Deprecated.static INRelativeReferenceINRelativeReference. valueOf(long n)Deprecated.Returns the enum constant of this type with the specified name.static INRelativeReferenceINRelativeReference. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static INRelativeReference[]INRelativeReference. values()Deprecated.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 INRelativeReference Modifier and Type Method Description static INRelativeReferenceResolutionResultINRelativeReferenceResolutionResult. confirmationRequired(INRelativeReference relativeReferenceToConfirm)Deprecated.static INRelativeReferenceResolutionResultINRelativeReferenceResolutionResult. confirmationRequiredForValue(INRelativeReference valueToConfirm)Deprecated.Deprecated in iOS 11.0.protected longINSetAudioSourceInCarIntent. init(INCarAudioSource audioSource, INRelativeReference relativeAudioSourceReference)Deprecated.static INRelativeReferenceResolutionResultINRelativeReferenceResolutionResult. success(INRelativeReference resolvedRelativeReference)Deprecated.static INRelativeReferenceResolutionResultINRelativeReferenceResolutionResult. successValue(INRelativeReference resolvedValue)Deprecated.Deprecated in iOS 11.0.Constructors in org.robovm.apple.intents with parameters of type INRelativeReference Constructor Description INSetAudioSourceInCarIntent(INCarAudioSource audioSource, INRelativeReference relativeAudioSourceReference)Deprecated.