C# Class SoundSwitch.Framework.Toast.ToastManager

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

Public Methods

Method Description
ShowNotification ( ToastData data ) : void

Show a toast notification with the given data

Method Details

ShowNotification() public method

Show a toast notification with the given data
public ShowNotification ( ToastData data ) : void
data ToastData
return void