Class IncomingMsg
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of incoming message
C#Copypublic static class IncomingMsg
- Inheritance
-
objectIncomingMsg
Remarks
If you want to receive this event, you must declare this privilege.
Properties
Declaration
C#Copypublic static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string IdKey { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string TypeKey { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string TypeValueCb { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string TypeValueMms { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string TypeValuePush { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
Declaration
C#Copypublic static string TypeValueSms { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.