C# Class Signal.App

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

Méthodes publiques

Свойство Type Description
accountManager libtextsecure.TextSecureAccountManager

Méthodes publiques

Méthode 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().

Méthodes protégées

Méthode 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 méthode

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
Résultat Bezysoftware.Navigation.BackButton

InitializeUi() protected méthode

protected InitializeUi ( ) : void
Résultat void

OnFirstLaunch() protected méthode

protected OnFirstLaunch ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void

OnNormalLaunch() protected méthode

protected OnNormalLaunch ( LaunchActivatedEventArgs e ) : void
e Windows.ApplicationModel.Activation.LaunchActivatedEventArgs
Résultat void

OnSuspending() protected méthode

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.
Résultat void

Property Details

accountManager public_oe property

public TextSecureAccountManager,libtextsecure accountManager
Résultat libtextsecure.TextSecureAccountManager