Class Message
Definition
- Namespace:
- Tizen.Messaging.Messages
- Assembly:
- Tizen.Messaging.dll
- API Level:
- 3
This class represents all the messages.
public abstract class Message : IDisposable
- Inheritance
-
Message
- Derived
- Implements
Properties
View SourceBoxType
The message box type.
Declaration
public MessageBoxType BoxType { get; set; }
Property Value
Type | Description |
---|---|
MessageBoxType |
API Level: 3
View SourceFrom
Indicates the sender of the message.
Declaration
public IReadOnlyCollection<MessagesAddress> From { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<MessagesAddress> |
API Level: 3
View SourceId
The message ID.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
After creating the Message object, the default value of this property is 0. After sending, this value is changed.
API Level: 3
View SourcePort
The destination port of the message.
Declaration
public int Port { get; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceSimId
The SIM slot index of the message.
Declaration
public SimSlotId SimId { get; set; }
Property Value
Type | Description |
---|---|
SimSlotId |
API Level: 3
View SourceText
The text of the message.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourceTime
The time of the message.
Declaration
public DateTime Time { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
API Level: 3
Methods
View SourceDispose()
Releases all resources used by the Message.
Declaration
public void Dispose()
API Level: 3
View SourceFinalize()
Destructor
Declaration
protected void Finalize()