Condividi tramite


MPMusicPlayerController.Notifications Classe

Definizione

Notifica inviata dalla MPMusicPlayerController classe .

public static class MPMusicPlayerController.Notifications
type MPMusicPlayerController.Notifications = class
Ereditarietà
MPMusicPlayerController.Notifications

Commenti

Si tratta di una classe statica che contiene vari metodi helper che consentono agli sviluppatori di osservare gli eventi pubblicati nell'hub di notifica iOS (NSNotificationCenter).

I metodi definiti in questa classe post-eventi richiamano il metodo o l'espressione lambda forniti con un NSNotificationEventArgs parametro che contiene proprietà fortemente tipizzate per gli argomenti di notifica.

Metodi

ObserveNowPlayingItemDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la NowPlayingItemDidChangeNotification costante.

ObserveNowPlayingItemDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la NowPlayingItemDidChangeNotification costante.

ObservePlaybackStateDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la PlaybackStateDidChangeNotification costante.

ObservePlaybackStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la PlaybackStateDidChangeNotification costante.

ObserveVolumeDidChange(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la VolumeDidChangeNotification costante.

ObserveVolumeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la VolumeDidChangeNotification costante.

Si applica a