C# 클래스 Signal.App

Provides application-specific behavior to supplement the default Application class.
상속: SignalApp
파일 보기 프로젝트 열기: smndtrl/Signal-UWP

공개 프로퍼티들

프로퍼티 타입 설명
accountManager libtextsecure.TextSecureAccountManager

공개 메소드들

메소드 설명
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().

보호된 메소드들

메소드 설명
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.

메소드 상세

App() 공개 메소드

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
리턴 Bezysoftware.Navigation.BackButton

InitializeUi() 보호된 메소드

protected InitializeUi ( ) : void
리턴 void

OnFirstLaunch() 보호된 메소드

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

OnNormalLaunch() 보호된 메소드

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

OnSuspending() 보호된 메소드

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.
리턴 void

프로퍼티 상세

accountManager 공개적으로 프로퍼티

public TextSecureAccountManager,libtextsecure accountManager
리턴 libtextsecure.TextSecureAccountManager