C# Class Signal.Tasks.PushSendTask

Inheritance: SendTask
Afficher le fichier Open project: smndtrl/Signal-UWP

Méthodes publiques

Méthode Description
OnCanceled ( ) : void
PushSendTask ( string destination ) : libtextsecure
onAdded ( ) : void

Méthodes protégées

Méthode Description
Execute ( ) : string
getPushAddress ( String number ) : libtextsecure.push.TextSecureAddress

Method Details

Execute() protected méthode

protected Execute ( ) : string
Résultat string

OnCanceled() public méthode

public OnCanceled ( ) : void
Résultat void

PushSendTask() public méthode

public PushSendTask ( string destination ) : libtextsecure
destination string
Résultat libtextsecure

getPushAddress() protected méthode

protected getPushAddress ( String number ) : libtextsecure.push.TextSecureAddress
number String
Résultat libtextsecure.push.TextSecureAddress

onAdded() public méthode

public onAdded ( ) : void
Résultat void