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#Copypublic struct ServerResponse
Properties
Declaration
C#Copypublic string ServerMessage { get; }
Property Value
Type | Description |
---|---|
System.String | It is the Message sent by the server. |
API Level: 3
Declaration
C#Copypublic ServerResponse.Result ServerResult { get; }
Property Value
Type | Description |
---|---|
ServerResponse.Result | It is the Result state of the operation performed. |