C# 클래스 Signal.Tasks.PushContentReceiveTask

상속: PushReceivedTask
파일 보기 프로젝트 열기: smndtrl/Signal-UWP 1 사용 예제들

공개 메소드들

메소드 설명
PushContentReceiveTask ( ) : libtextsecure
PushContentReceiveTask ( string data ) : libtextsecure
onAdded ( ) : void

보호된 메소드들

메소드 설명
Execute ( ) : string
ExecuteAsync ( ) : Task

메소드 상세

Execute() 보호된 메소드

protected Execute ( ) : string
리턴 string

ExecuteAsync() 보호된 메소드

protected ExecuteAsync ( ) : Task
리턴 Task

PushContentReceiveTask() 공개 메소드

public PushContentReceiveTask ( ) : libtextsecure
리턴 libtextsecure

PushContentReceiveTask() 공개 메소드

public PushContentReceiveTask ( string data ) : libtextsecure
data string
리턴 libtextsecure

onAdded() 공개 메소드

public onAdded ( ) : void
리턴 void