Class PushProgressEventArgs
Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
- API Level:
- 4
An extended EventArgs class which contains the file push progress state, push progress by percent.
public class PushProgressEventArgs : EventArgs
- Inheritance
Properties
View SourceFile
The File name.
Declaration
public string File { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourcePercent
The File transfer percent.
Declaration
public int Percent { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 4
View SourceSize
The File size.
Declaration
public long Size { get; }
Property Value
Type | Description |
---|---|
Int64 |