Class PushConnectionStateEventArgs

Definition

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

An extended EventArgs class, which contains the State Information.

C#
Copy
public class PushConnectionStateEventArgs : EventArgs
Inheritance
System.Object
PushConnectionStateEventArgs

Properties

View Source

Error

Gives information about the error if set.

Declaration
C#
Copy
public string Error { get; }
Property Value
Type Description
System.String

It is the string, which contains the error string if set.

API Level: 3
View Source

State

Gives the current state.

Declaration
C#
Copy
public PushConnectionStateEventArgs.PushState State { get; }
Property Value
Type Description
PushConnectionStateEventArgs.PushState

It is the current state.

API Level: 3