Uses of Class
org.robovm.apple.intents.INPlaybackQueueLocationResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INPlaybackQueueLocationResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INPlaybackQueueLocationResolutionResult Modifier and Type Method Description static INPlaybackQueueLocationResolutionResultINPlaybackQueueLocationResolutionResult. confirmationRequired(INPlaybackQueueLocation playbackQueueLocationToConfirm)static INPlaybackQueueLocationResolutionResultINPlaybackQueueLocationResolutionResult. needsValue()static INPlaybackQueueLocationResolutionResultINPlaybackQueueLocationResolutionResult. notRequired()static INPlaybackQueueLocationResolutionResultINPlaybackQueueLocationResolutionResult. success(INPlaybackQueueLocation resolvedPlaybackQueueLocation)static INPlaybackQueueLocationResolutionResultINPlaybackQueueLocationResolutionResult. unsupported()Method parameters in org.robovm.apple.intents with type arguments of type INPlaybackQueueLocationResolutionResult Modifier and Type Method Description voidINPlayMediaIntentHandling. resolvePlaybackQueueLocationForPlayMedia(INPlayMediaIntent intent, VoidBlock1<INPlaybackQueueLocationResolutionResult> completion)voidINPlayMediaIntentHandlingAdapter. resolvePlaybackQueueLocationForPlayMedia(INPlayMediaIntent intent, VoidBlock1<INPlaybackQueueLocationResolutionResult> completion)