C# Class SoundSwitch.Framework.NotificationManager.NotificationManager

ファイルを表示 Open project: Belphemur/SoundSwitch Class Usage Examples

Public Methods

Method Description
Init ( ) : void
NotificationManager ( IAppModel model ) : System

Private Methods

Method Description
ModelOnCustomSoundChanged ( object sender, CustomSoundChangedEvent customSoundChangedEvent ) : void
ModelOnDefaultDeviceChanged ( object sender, DeviceDefaultChangedEvent deviceDefaultChangedEvent ) : void
ModelOnNotificationSettingsChanged ( object sender, NotificationSettingsUpdatedEvent notificationSettingsUpdatedEvent ) : void
SetNotification ( NotificationTypeEnum notificationTypeEnum ) : void

Method Details

Init() public method

public Init ( ) : void
return void

NotificationManager() public method

public NotificationManager ( IAppModel model ) : System
model IAppModel
return System