Class IncomingMsg
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
- Privilege Level:
- public
- Privilege:
- http://tizen.org/privilege/message.read
Class for system-event of incoming message
public static class IncomingMsg
- Inheritance
-
IncomingMsg
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 |
API Level: 6
View SourceIdKey
Key for system-event of incoming message id
Declaration
public static string IdKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTypeKey
Key for system-event of incoming message type
Declaration
public static string TypeKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTypeValueCb
Value of cb incoming message type
Declaration
public static string TypeValueCb { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTypeValueMms
Value of mms incoming message type
Declaration
public static string TypeValueMms { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTypeValuePush
Value of push incoming message type
Declaration
public static string TypeValuePush { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTypeValueSms
Value of sms incoming message type
Declaration
public static string TypeValueSms { get; }
Property Value
Type | Description |
---|---|
String |