Class Payload

Definition

Namespace:
Tizen.Applications.Cion
Assembly:
Tizen.Applications.Cion.dll
API Level:
9

An abstract class to represent payload.

C#
Copy
public abstract class Payload
Inheritance
System.Object
Payload
Derived

Properties

View Source

Id

Gets Id of the payload.

Declaration
C#
Copy
public string Id { get; }
Property Value
Type Description
System.String
API Level: 9
View Source

PayloadType

Gets type of the payload.

Declaration
C#
Copy
public abstract PayloadType PayloadType { get; }
Property Value
Type Description
PayloadType
API Level: 9