Class IncomingMsg

Definition

Namespace:
Tizen.Applications.EventManager.SystemEvents
Assembly:
Tizen.Applications.EventManager.dll

Class for system-event of incoming message

C#
Copy
public static class IncomingMsg
Inheritance
object
IncomingMsg
Remarks

If you want to receive this event, you must declare this privilege.

Properties

View Source

EventName

Event for system-event of incoming message

Declaration
C#
Copy
public static string EventName { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

IdKey

Key for system-event of incoming message id

Declaration
C#
Copy
public static string IdKey { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

TypeKey

Key for system-event of incoming message type

Declaration
C#
Copy
public static string TypeKey { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

TypeValueCb

Value of cb incoming message type

Declaration
C#
Copy
public static string TypeValueCb { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

TypeValueMms

Value of mms incoming message type

Declaration
C#
Copy
public static string TypeValueMms { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

TypeValuePush

Value of push incoming message type

Declaration
C#
Copy
public static string TypeValuePush { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.

View Source

TypeValueSms

Value of sms incoming message type

Declaration
C#
Copy
public static string TypeValueSms { get; }
Property Value
Type Description
string
Remarks

If you want to receive this event, you must declare this privilege.