MPPlayableContentDelegate
MPPlayableContentDelegate()
MPPlayableContentDelegate(IntPtr)
MPPlayableContentDelegate(NativeHandle)
MPPlayableContentDelegate(NSObjectFlag)
ContextUpdated(MPPlayableContentManager, MPPlayableContentManagerContext)
InitializePlaybackQueue(MPPlayableContentManager, Action<NSError>)
InitializePlaybackQueue(MPPlayableContentManager, MPContentItem[], Action<NSError>)
InitiatePlaybackOfContentItem(MPPlayableContentManager, NSIndexPath, Action<NSError>)
PlayableContentManager(MPPlayableContentManager, NSIndexPath, Action<NSError>)
xamarinios
namespace MediaPlayer
{
[Introduced(PlatformName.iOS, 7, 1, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("MPPlayableContentDelegate", false)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class MPPlayableContentDelegate : NSObject, IMPPlayableContentDelegate, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("playableContentManager:didUpdateContext:")]
[Introduced(PlatformName.iOS, 8, 4, PlatformArchitecture.All, null)]
public virtual void ContextUpdated(MPPlayableContentManager! contentManager, MPPlayableContentManagerContext! context);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API