C# Class FapChat.Wp8.Pages.Authed.Messages

Inheritance: IPhonePageExtender
Show file Open project: 0xdeafcafe/FapChat

Public Methods

Method Description
HideProgress ( bool hideMask = false ) : void
Messages ( ) : System
SetProgress ( string message, bool showMask = false ) : void

Protected Methods

Method Description
OnBackKeyPress ( CancelEventArgs e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method Description
ButtonSnap_Click ( object sender, RoutedEventArgs e ) : void
ButtonSnap_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
ButtonSnap_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
EndMedia ( ) : void
MediaViewerVideo_MediaEnded ( object sender, RoutedEventArgs e ) : void
StartMedia ( CachedMediaBlob blob, Snap snap ) : void
UpdateBindings ( ) : void

Method Details

HideProgress() public method

public HideProgress ( bool hideMask = false ) : void
hideMask bool
return void

Messages() public method

public Messages ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void

SetProgress() public method

public SetProgress ( string message, bool showMask = false ) : void
message string
showMask bool
return void