Class PushConnectionStateEventArgs
Definition
- Assembly:
- Tizen.Messaging.Push.dll
An extended EventArgs class, which contains the State Information.
C#Copypublic class PushConnectionStateEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPushConnectionStateEventArgs
Properties
Declaration
C#Copypublic string Error { get; }
Property Value
| Type | Description |
|---|---|
| string | It is the string, which contains the error string if set. |
Declaration
C#Copypublic PushConnectionStateEventArgs.PushState State { get; }
Property Value
| Type | Description |
|---|---|
| PushConnectionStateEventArgs.PushState | It is the current state. |