Struct ServerResponse

Definition

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

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

C#
Copy
public struct ServerResponse

Properties

View Source

ServerMessage

Gives the Message from the server.

Declaration
C#
Copy
public readonly 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
C#
Copy
public readonly ServerResponse.Result ServerResult { get; }
Property Value
Type Description
ServerResponse.Result

It is the Result state of the operation performed.