Class Payload

Definition

Namespace:
Tizen.Applications.Cion
Assembly:
Tizen.Applications.Cion.dll

An abstract class to represent payload.

C#
Copy
public abstract class Payload
Inheritance
object
Payload
Derived

Properties

View Source

Id

Gets Id of the payload.

Declaration
C#
Copy
public string Id { get; }
Property Value
Type Description
string
View Source

PayloadType

Gets type of the payload.

Declaration
C#
Copy
public abstract PayloadType PayloadType { get; }
Property Value
Type Description
PayloadType