Class IncomingMsg
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of incoming message
public static class IncomingMsg
- Inheritance
-
objectIncomingMsg
Remarks
If you want to receive this event, you must declare this privilege.
Properties
View SourceEventName
Event for system-event of incoming message
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
IdKey
Key for system-event of incoming message id
Declaration
public static string IdKey { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
TypeKey
Key for system-event of incoming message type
Declaration
public static string TypeKey { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
TypeValueCb
Value of cb incoming message type
Declaration
public static string TypeValueCb { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
TypeValueMms
Value of mms incoming message type
Declaration
public static string TypeValueMms { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
TypeValuePush
Value of push incoming message type
Declaration
public static string TypeValuePush { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.
TypeValueSms
Value of sms incoming message type
Declaration
public static string TypeValueSms { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
If you want to receive this event, you must declare this privilege.