Struct ServerResponse
Definition
- Assembly:
- Tizen.Messaging.Push.dll
The ServerResponse structure provides the result and the server response if any.
public struct ServerResponse
Properties
View SourceServerMessage
Gives the Message from the server.
Declaration
public string ServerMessage { get; }
Property Value
Type | Description |
---|---|
string | It is the Message sent by the server. |
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. |