-
Methods in org.robovm.apple.intents with parameters of type INPlayMediaIntent
| Modifier and Type |
Method |
Description |
void |
INPlayMediaIntentHandling.confirmPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlayMediaIntentResponse> completion) |
|
void |
INPlayMediaIntentHandlingAdapter.confirmPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlayMediaIntentResponse> completion) |
|
void |
INPlayMediaIntentHandling.handlePlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlayMediaIntentResponse> completion) |
|
void |
INPlayMediaIntentHandlingAdapter.handlePlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlayMediaIntentResponse> completion) |
|
void |
INPlayMediaIntentHandling.resolveMediaItemsForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<NSArray<INPlayMediaMediaItemResolutionResult>> completion) |
|
void |
INPlayMediaIntentHandlingAdapter.resolveMediaItemsForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<NSArray<INPlayMediaMediaItemResolutionResult>> completion) |
|
void |
INPlayMediaIntentHandling.resolvePlaybackQueueLocationForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlaybackQueueLocationResolutionResult> completion) |
|
void |
INPlayMediaIntentHandlingAdapter.resolvePlaybackQueueLocationForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlaybackQueueLocationResolutionResult> completion) |
|
void |
INPlayMediaIntentHandling.resolvePlaybackRepeatModeForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlaybackRepeatModeResolutionResult> completion) |
|
void |
INPlayMediaIntentHandlingAdapter.resolvePlaybackRepeatModeForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlaybackRepeatModeResolutionResult> completion) |
|
void |
INPlayMediaIntentHandling.resolvePlaybackSpeedForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlayMediaPlaybackSpeedResolutionResult> completion) |
|
void |
INPlayMediaIntentHandlingAdapter.resolvePlaybackSpeedForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INPlayMediaPlaybackSpeedResolutionResult> completion) |
|
void |
INPlayMediaIntentHandling.resolvePlayShuffledForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INBooleanResolutionResult> completion) |
|
void |
INPlayMediaIntentHandlingAdapter.resolvePlayShuffledForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INBooleanResolutionResult> completion) |
|
void |
INPlayMediaIntentHandling.resolveResumePlaybackForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INBooleanResolutionResult> completion) |
|
void |
INPlayMediaIntentHandlingAdapter.resolveResumePlaybackForPlayMedia(INPlayMediaIntent intent,
VoidBlock1<INBooleanResolutionResult> completion) |
|