Class PushMessageEventArgs
Definition
- Namespace:
- Tizen.Messaging.Push
- Assembly:
- Tizen.Messaging.Push.dll
- API Level:
- 3
An extended EventArgs class, which contains the message received.
C#Copypublic class PushMessageEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic string AppData { get; }
Property Value
Type | Description |
---|---|
System.String | It is the string, which stores the application data. |
API Level: 3
Declaration
C#Copypublic string Message { get; }
Property Value
Type | Description |
---|---|
System.String | It is the string, which stores the message field. |
API Level: 3
Declaration
C#Copypublic DateTime ReceivedAt { get; }
Property Value
Type | Description |
---|---|
System.DateTime | It is the DateTime field representing the time at which the Notification was received. |
API Level: 3
Declaration
C#Copypublic string RequestId { get; }
Property Value
Type | Description |
---|---|
System.String | It is a string value representing the request ID of the Notification. |
API Level: 3
Declaration
C#Copypublic string Sender { get; }
Property Value
Type | Description |
---|---|
System.String | It is a string value representing the Sender of the Notification. |
API Level: 3
Declaration
C#Copypublic string SessionInfo { get; }
Property Value
Type | Description |
---|---|
System.String | It is a string value representing the session ID of the Notification. |
API Level: 3
Declaration
C#Copypublic int Type { get; }
Property Value
Type | Description |
---|---|
System.Int32 | It is an integer value representing the type field of the notification. |