Class Payload

    Definition

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

    An abstract class to represent payload.

    public abstract class Payload
    Inheritance
    object
    Payload
    Derived
    DataPayload
    FilePayload

    Properties

    View Source

    Id

    Gets Id of the payload.

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

    PayloadType

    Gets type of the payload.

    Declaration
    public abstract PayloadType PayloadType { get; }
    Property Value
    Type Description
    PayloadType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX