Struct ServerResponse

Definition

Namespace:
Tizen.Messaging.Push
Assembly:
Tizen.Messaging.Push.dll
API Level:
3

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 string ServerMessage { get; }
Property Value
Type Description
System.String

It is the Message sent by the server.

API Level: 3
View Source

ServerResult

Gives the Result of the opeartion.

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

It is the Result state of the operation performed.

API Level: 3