Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- 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
-
System.Object
IncomingMsg
Properties
View Source
EventName
Event for system-event of incoming message
Declaration
public static string EventName { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
IdKey
Key for system-event of incoming message id
Declaration
public static string IdKey { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
TypeKey
Key for system-event of incoming message type
Declaration
public static string TypeKey { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
TypeValueCb
Value of cb incoming message type
Declaration
public static string TypeValueCb { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
TypeValueMms
Value of mms incoming message type
Declaration
public static string TypeValueMms { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
TypeValuePush
Value of push incoming message type
Declaration
public static string TypeValuePush { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
TypeValueSms
Value of sms incoming message type
Declaration
public static string TypeValueSms { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6