MPPlayableContentDelegate.ContextUpdated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called after the context changes.
[Foundation.Export("playableContentManager:didUpdateContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 4, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ContextUpdated (MediaPlayer.MPPlayableContentManager contentManager, MediaPlayer.MPPlayableContentManagerContext context);
abstract member ContextUpdated : MediaPlayer.MPPlayableContentManager * MediaPlayer.MPPlayableContentManagerContext -> unit
override this.ContextUpdated : MediaPlayer.MPPlayableContentManager * MediaPlayer.MPPlayableContentManagerContext -> unit
Parameters
- contentManager
- MPPlayableContentManager
- context
- MPPlayableContentManagerContext
- Attributes