C# Class Signal.App

Provides application-specific behavior to supplement the default Application class.
Inheritance: SignalApp
Exibir arquivo Open project: smndtrl/Signal-UWP

Public Properties

Property Type Description
accountManager libtextsecure.TextSecureAccountManager

Public Methods

Method Description
App ( ) : Bezysoftware.Navigation.BackButton

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().

Protected Methods

Method Description
InitializeUi ( ) : void
OnFirstLaunch ( LaunchActivatedEventArgs e ) : void
OnNormalLaunch ( LaunchActivatedEventArgs e ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void

Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.

Method Details

App() public method

Initializes the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main() or WinMain().
public App ( ) : Bezysoftware.Navigation.BackButton
return Bezysoftware.Navigation.BackButton

InitializeUi() protected method

protected InitializeUi ( ) : void
return void

OnFirstLaunch() protected method

protected OnFirstLaunch ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

OnNormalLaunch() protected method

protected OnNormalLaunch ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
return void

OnSuspending() protected method

Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminated or resumed with the contents of memory still intact.
protected OnSuspending ( object sender, SuspendingEventArgs e ) : void
sender object The source of the suspend request.
e Windows.ApplicationModel.SuspendingEventArgs Details about the suspend request.
return void

Property Details

accountManager public_oe property

public TextSecureAccountManager,libtextsecure accountManager
return libtextsecure.TextSecureAccountManager