MPMusicPlayerController.Notifications Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |