Class Payload
Definition
- Namespace:
- Tizen.Applications.Cion
- Assembly:
- Tizen.Applications.Cion.dll
- API Level:
- 9
An abstract class to represent payload.
C#Copypublic abstract class Payload
- Inheritance
-
System.ObjectPayload
- Derived
Properties
Declaration
C#Copypublic string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
API Level: 9
Declaration
C#Copypublic abstract PayloadType PayloadType { get; }
Property Value
Type | Description |
---|---|
PayloadType |