Compartir a través de


MPMusicPlayerController.Notifications Clase

Definición

Notificación publicada por la MPMusicPlayerController clase .

public static class MPMusicPlayerController.Notifications
type MPMusicPlayerController.Notifications = class
Herencia
MPMusicPlayerController.Notifications

Comentarios

Se trata de una clase estática que contiene varios métodos auxiliares que permiten a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).

Los métodos definidos en esta clase publican eventos invocan el método proporcionado o lambda con un NSNotificationEventArgs parámetro que contiene propiedades fuertemente tipadas para los argumentos de notificación.

Métodos

ObserveNowPlayingItemDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la NowPlayingItemDidChangeNotification constante.

ObserveNowPlayingItemDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la NowPlayingItemDidChangeNotification constante.

ObservePlaybackStateDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la PlaybackStateDidChangeNotification constante.

ObservePlaybackStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la PlaybackStateDidChangeNotification constante.

ObserveVolumeDidChange(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la VolumeDidChangeNotification constante.

ObserveVolumeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la VolumeDidChangeNotification constante.

Se aplica a