Share via


AVPlayerInterstitialEventMonitor.Notifications Class

Definition

Notifications posted by the AVPlayerInterstitialEventMonitor class.

public static class AVPlayerInterstitialEventMonitor.Notifications
type AVPlayerInterstitialEventMonitor.Notifications = class
Inheritance
AVPlayerInterstitialEventMonitor.Notifications

Remarks

This class contains various helper methods that allow developers to observe events posted in the notification hub (NSNotificationCenter).

The methods defined in this class post events that invoke the provided method or lambda with a NSNotificationEventArgs parameter, which contains strongly typed properties for the notification arguments.

Methods

Name Description
ObserveAssetListResponseStatusDidChange(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the AssetListResponseStatusDidChangeNotification constant.

ObserveAssetListResponseStatusDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the AssetListResponseStatusDidChangeNotification constant.

ObserveCurrentEventDidChange(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CurrentEventDidChangeNotification constant.

ObserveCurrentEventDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CurrentEventDidChangeNotification constant.

ObserveCurrentEventSkippableStateDidChange(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CurrentEventSkippableStateDidChangeNotification constant.

ObserveCurrentEventSkippableStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CurrentEventSkippableStateDidChangeNotification constant.

ObserveCurrentEventSkipped(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CurrentEventSkippedNotification constant.

ObserveCurrentEventSkipped(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CurrentEventSkippedNotification constant.

ObserveEventsDidChange(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the EventsDidChangeNotification constant.

ObserveEventsDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the EventsDidChangeNotification constant.

ObserveInterstitialEventDidFinish(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the InterstitialEventDidFinishNotification constant.

ObserveInterstitialEventDidFinish(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the InterstitialEventDidFinishNotification constant.

ObserveInterstitialEventWasUnscheduled(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the InterstitialEventWasUnscheduledNotification constant.

ObserveInterstitialEventWasUnscheduled(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the InterstitialEventWasUnscheduledNotification constant.

Applies to