Compartilhar via


MPMusicPlayerController.Notifications Classe

Definição

Notificação postada pela MPMusicPlayerController classe .

public static class MPMusicPlayerController.Notifications
type MPMusicPlayerController.Notifications = class
Herança
MPMusicPlayerController.Notifications

Comentários

Essa é uma classe estática que contém vários métodos auxiliares que permitem aos desenvolvedores observar eventos postados no hub de notificação do iOS (NSNotificationCenter).

Os métodos definidos nesta classe postam eventos invocam o método fornecido ou lambda com um NSNotificationEventArgs parâmetro que contém propriedades fortemente tipados para os argumentos de notificação.

Métodos

ObserveNowPlayingItemDidChange(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a NowPlayingItemDidChangeNotification constante.

ObserveNowPlayingItemDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a NowPlayingItemDidChangeNotification constante.

ObservePlaybackStateDidChange(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a PlaybackStateDidChangeNotification constante.

ObservePlaybackStateDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a PlaybackStateDidChangeNotification constante.

ObserveVolumeDidChange(EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a VolumeDidChangeNotification constante.

ObserveVolumeDidChange(NSObject, EventHandler<NSNotificationEventArgs>)

Notificação fortemente tipada para a VolumeDidChangeNotification constante.

Aplica-se a