C# Class Signal.Tasks.DeliveryReceiptTask

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

Protected Properties

Свойство Type Description
messageSender libtextsecure.TextSecureMessageSender

Méthodes publiques

Méthode Description
DeliveryReceiptTask ( string destination, ulong timestamp, string relay ) : libtextsecure
OnCanceled ( ) : void
onAdded ( ) : void

Méthodes protégées

Méthode Description
Execute ( ) : string

Method Details

DeliveryReceiptTask() public méthode

public DeliveryReceiptTask ( string destination, ulong timestamp, string relay ) : libtextsecure
destination string
timestamp ulong
relay string
Résultat libtextsecure

Execute() protected méthode

protected Execute ( ) : string
Résultat string

OnCanceled() public méthode

public OnCanceled ( ) : void
Résultat void

onAdded() public méthode

public onAdded ( ) : void
Résultat void

Property Details

messageSender protected_oe property

protected TextSecureMessageSender,libtextsecure messageSender
Résultat libtextsecure.TextSecureMessageSender