xamarinwatchos
namespace Intents
{
[Introduced(PlatformName.WatchOS, 5, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.All, null)]
[Register("INPlayMediaIntent", true)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public class INPlayMediaIntent : INIntent
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[DesignatedInitializer]
[Export("initWithMediaItems:mediaContainer:playShuffled:playbackRepeatMode:resumePlayback:playbackQueueLocation:playbackSpeed:mediaSearch:")]
[Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
public INPlayMediaIntent(INMediaItem![]? mediaItems, INMediaItem? mediaContainer, [BindAs(typeof(bool?), OriginalType = typeof(NSNumber))] bool? playShuffled, INPlaybackRepeatMode playbackRepeatMode, [BindAs(typeof(bool?), OriginalType = typeof(NSNumber))] bool? resumePlayback, INPlaybackQueueLocation playbackQueueLocation, [BindAs(typeof(double?), OriginalType = typeof(NSNumber))] double? playbackSpeed, INMediaSearch? mediaSearch);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |