C# 클래스 Signal.SignalApp

상속: Windows.UI.Xaml.Application
파일 보기 프로젝트 열기: smndtrl/Signal-UWP

공개 프로퍼티들

프로퍼티 타입 설명
TaskHelper Signal.Util.TaskHelper

보호된 프로퍼티들

프로퍼티 타입 설명
pipe libtextsecure.TextSecureMessagePipe

공개 메소드들

메소드 설명
SignalApp ( ) : System

보호된 메소드들

메소드 설명
InitializeUi ( ) : void
OnActivated ( IActivatedEventArgs args ) : void
OnFirstLaunch ( LaunchActivatedEventArgs args ) : void
OnLaunched ( LaunchActivatedEventArgs args ) : void

Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.

OnNormalLaunch ( LaunchActivatedEventArgs args ) : void
OnSuspending ( object sender, SuspendingEventArgs e ) : void
RunWebsocket ( ) : void

비공개 메소드들

메소드 설명
IsFirstLaunch ( ) : bool
OnMessageRecevied ( libtextsecure.TextSecureMessagePipe sender, libtextsecure.messages.TextSecureEnvelope envelope ) : void

메소드 상세

InitializeUi() 보호된 추상적인 메소드

protected abstract InitializeUi ( ) : void
리턴 void

OnActivated() 보호된 메소드

protected OnActivated ( IActivatedEventArgs args ) : void
args IActivatedEventArgs
리턴 void

OnFirstLaunch() 보호된 추상적인 메소드

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

OnLaunched() 보호된 메소드

Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched to open a specific file.
protected OnLaunched ( LaunchActivatedEventArgs args ) : void
args Windows.ApplicationModel.Activation.LaunchActivatedEventArgs Details about the launch request and process.
리턴 void

OnNormalLaunch() 보호된 추상적인 메소드

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

OnSuspending() 보호된 추상적인 메소드

protected abstract OnSuspending ( object sender, SuspendingEventArgs e ) : void
sender object
e Windows.ApplicationModel.SuspendingEventArgs
리턴 void

RunWebsocket() 보호된 메소드

protected RunWebsocket ( ) : void
리턴 void

SignalApp() 공개 메소드

public SignalApp ( ) : System
리턴 System

프로퍼티 상세

TaskHelper 공개적으로 프로퍼티

public TaskHelper,Signal.Util TaskHelper
리턴 Signal.Util.TaskHelper

pipe 보호되어 있는 프로퍼티

protected TextSecureMessagePipe,libtextsecure pipe
리턴 libtextsecure.TextSecureMessagePipe