Uses of Class
org.robovm.apple.intents.INPlaybackQueueLocation
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INPlaybackQueueLocation in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INPlaybackQueueLocation Modifier and Type Method Description INPlaybackQueueLocationINPlayMediaIntent. getPlaybackQueueLocation()static INPlaybackQueueLocationINPlaybackQueueLocation. valueOf(long n)Returns the enum constant of this type with the specified name.static INPlaybackQueueLocationINPlaybackQueueLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static INPlaybackQueueLocation[]INPlaybackQueueLocation. 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 INPlaybackQueueLocation Modifier and Type Method Description static INPlaybackQueueLocationResolutionResultINPlaybackQueueLocationResolutionResult. confirmationRequired(INPlaybackQueueLocation playbackQueueLocationToConfirm)protected longINPlayMediaIntent. init(NSArray<INMediaItem> mediaItems, INMediaItem mediaContainer, NSNumber playShuffled, INPlaybackRepeatMode playbackRepeatMode, NSNumber resumePlayback, INPlaybackQueueLocation playbackQueueLocation, NSNumber playbackSpeed, INMediaSearch mediaSearch)static INPlaybackQueueLocationResolutionResultINPlaybackQueueLocationResolutionResult. success(INPlaybackQueueLocation resolvedPlaybackQueueLocation)Constructors in org.robovm.apple.intents with parameters of type INPlaybackQueueLocation Constructor Description INPlayMediaIntent(NSArray<INMediaItem> mediaItems, INMediaItem mediaContainer, NSNumber playShuffled, INPlaybackRepeatMode playbackRepeatMode, NSNumber resumePlayback, INPlaybackQueueLocation playbackQueueLocation, NSNumber playbackSpeed, INMediaSearch mediaSearch)