Uses of Class
org.robovm.apple.intents.INCarAudioSourceResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INCarAudioSourceResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INCarAudioSourceResolutionResult Modifier and Type Method Description static INCarAudioSourceResolutionResultINCarAudioSourceResolutionResult. confirmationRequired(INCarAudioSource carAudioSourceToConfirm)Deprecated.static INCarAudioSourceResolutionResultINCarAudioSourceResolutionResult. confirmationRequiredForValue(INCarAudioSource valueToConfirm)Deprecated.Deprecated in iOS 11.0.static INCarAudioSourceResolutionResultINCarAudioSourceResolutionResult. needsValue()Deprecated.static INCarAudioSourceResolutionResultINCarAudioSourceResolutionResult. notRequired()Deprecated.static INCarAudioSourceResolutionResultINCarAudioSourceResolutionResult. success(INCarAudioSource resolvedCarAudioSource)Deprecated.static INCarAudioSourceResolutionResultINCarAudioSourceResolutionResult. successValue(INCarAudioSource resolvedValue)Deprecated.Deprecated in iOS 11.0.static INCarAudioSourceResolutionResultINCarAudioSourceResolutionResult. unsupported()Deprecated.Method parameters in org.robovm.apple.intents with type arguments of type INCarAudioSourceResolutionResult Modifier and Type Method Description voidINSetAudioSourceInCarIntentHandling. resolveAudioSourceForSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INCarAudioSourceResolutionResult> completion)Deprecated.voidINSetAudioSourceInCarIntentHandlingAdapter. resolveAudioSourceForSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INCarAudioSourceResolutionResult> completion)