C# Class ChatsApp.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: CamSoper/WhosDown

Public Properties

Property Type Description
_NewConversationCount int

Private Properties

Property Type Description
Current_Activated void
DisplayTitleBar void
MyWebview_NavigationCompleted void
MyWebview_PermissionRequested void
NotificationToggle_Toggled void
Notify void
OnDocTitleChanged void
Page_Loaded void
SettingsButton_Click void
ShowContinuumWarning System.Threading.Tasks.Task

Public Methods

Method Description
ConvertToInt ( String input ) : int
MainPage ( ) : System

Private Methods

Method Description
Current_Activated ( object sender, WindowActivatedEventArgs e ) : void
DisplayTitleBar ( CoreApplicationViewTitleBar coreTitleBar, object args ) : void
MyWebview_NavigationCompleted ( WebView sender, WebViewNavigationCompletedEventArgs args ) : void
MyWebview_PermissionRequested ( WebView sender, WebViewPermissionRequestedEventArgs args ) : void
NotificationToggle_Toggled ( object sender, RoutedEventArgs e ) : void
Notify ( string notificationText ) : void
OnDocTitleChanged ( DependencyObject sender, DependencyProperty dp ) : void
Page_Loaded ( object sender, RoutedEventArgs e ) : void
SettingsButton_Click ( object sender, RoutedEventArgs e ) : void
ShowContinuumWarning ( ) : System.Threading.Tasks.Task

Method Details

ConvertToInt() public static method

public static ConvertToInt ( String input ) : int
input String
return int

MainPage() public method

public MainPage ( ) : System
return System

Property Details

_NewConversationCount public property

public int _NewConversationCount
return int