Class OutgoingMsg
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
- Privilege Level:
- public
- Privilege:
- http://tizen.org/privilege/message.read
Class for system-event of outgoing message
public static class OutgoingMsg
- Inheritance
-
OutgoingMsg
Remarks
If you want to receive this event, you must declare this privilege.
Properties
View SourceEventName
Eventname for system-event of outgoing message
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceIdKey
Key for system-event of outgoing message id
Declaration
public static string IdKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTypeKey
Key for system-event of outgoing message type
Declaration
public static string TypeKey { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTypeValueMms
Value of mms outgoing message type
Declaration
public static string TypeValueMms { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTypeValueSms
Value of sms outgoing message type
Declaration
public static string TypeValueSms { get; }
Property Value
Type | Description |
---|---|
String |