C# Class NotificationsExtensions.SampleApp.ToastsPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
ファイルを表示 Open project: WindowsNotifications/NotificationsExtensions

Public Methods

Method Description
ToastsPage ( ) : System

Private Methods

Method Description
ButtonCustomSnoozeAndDismissText_Click ( object sender, RoutedEventArgs e ) : void
ButtonCustomSnoozeAndDismissText_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonCustomSnoozeTimes_Click ( object sender, RoutedEventArgs e ) : void
ButtonCustomSnoozeTimes_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonLoopingAudio_Click ( object sender, RoutedEventArgs e ) : void
ButtonLoopingAudio_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonQuickReply_Click ( object sender, RoutedEventArgs e ) : void
ButtonQuickReply_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonRS1StyleToast_Click ( object sender, RoutedEventArgs e ) : void
ButtonSystemSnoozeDismiss_Click ( object sender, RoutedEventArgs e ) : void
ButtonSystemSnoozeDismiss_RightTapped ( object sender, RightTappedRoutedEventArgs e ) : void
ButtonWeatherToast_Click ( object sender, RoutedEventArgs e ) : void
GenerateWeatherSubgroup ( string day, string imageUri, int tempHi, int tempLo ) : AdaptiveSubgroup
Show ( ToastContent content ) : void

Method Details

ToastsPage() public method

public ToastsPage ( ) : System
return System