Class OutgoingMsg
Definition
- Namespace:
- Tizen.Applications.EventManager.SystemEvents
- Assembly:
- Tizen.Applications.EventManager.dll
Class for system-event of outgoing message
public static class OutgoingMsg
- Inheritance
-
objectOutgoingMsg
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 |
Remarks
If you want to receive this event, you must declare this privilege.
IdKey
Key for system-event of outgoing 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 outgoing 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.
TypeValueMms
Value of mms outgoing 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.
TypeValueSms
Value of sms outgoing 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.