Struct ServerResponse

    Definition

    Namespace:
    Tizen.Messaging.Push
    Assembly:
    Tizen.Messaging.Push.dll

    The ServerResponse structure provides the result and the server response if any.

    public struct ServerResponse

    Properties

    View Source

    ServerMessage

    Gives the Message from the server.

    Declaration
    public string ServerMessage { get; }
    Property Value
    Type Description
    string

    It is the Message sent by the server.

    View Source

    ServerResult

    Gives the Result of the opeartion.

    Declaration
    public ServerResponse.Result ServerResult { get; }
    Property Value
    Type Description
    ServerResponse.Result

    It is the Result state of the operation performed.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX