Property | Type | Description | |
---|---|---|---|
Indetermitate | |||
Message | string | ||
Progress | double? | ||
Ready |
Method | Description | |
---|---|---|
AsyncProgressEntry ( string message, double progress ) : FirstFloor.ModernUI.Helpers | ||
AsyncProgressEntry ( string message, int value, int total ) : FirstFloor.ModernUI.Helpers | ||
CreateDownloading ( long receivedBytes, long totalBytes ) : |
||
CreateUploading ( long sentBytes, long totalBytes ) : |
public AsyncProgressEntry ( string message, double progress ) : FirstFloor.ModernUI.Helpers | ||
message | string | |
progress | double | |
return | FirstFloor.ModernUI.Helpers |
public AsyncProgressEntry ( string message, int value, int total ) : FirstFloor.ModernUI.Helpers | ||
message | string | |
value | int | |
total | int | |
return | FirstFloor.ModernUI.Helpers |
public static CreateDownloading ( long receivedBytes, long totalBytes ) : |
||
receivedBytes | long | |
totalBytes | long | |
return |
public static CreateUploading ( long sentBytes, long totalBytes ) : |
||
sentBytes | long | |
totalBytes | long | |
return |
public static AsyncProgressEntry,FirstFloor.ModernUI.Dialogs Indetermitate | ||
return |