Class Payload
Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
An abstract class to represent payload.
public abstract class Payload
- Inheritance
-
objectPayload
- Derived
Properties
View SourceId
Gets Id of the payload.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
string |
PayloadType
Gets type of the payload.
Declaration
public abstract PayloadType PayloadType { get; }
Property Value
Type | Description |
---|---|
PayloadType |