Definition
- Namespace:
- Tizen.Messaging.Messages
- Assembly:
- Tizen.Messaging.dll
- API Level:
- 3
This class represents all the messages.
public abstract class Message : IDisposable
- Inheritance
-
- Derived
-
- Implements
-
System.IDisposable
Properties
Declaration
public MessageBoxType BoxType { get; set; }
Property Value
API Level: 3
Declaration
public IReadOnlyCollection<MessagesAddress> From { get; }
Property Value
API Level: 3
Declaration
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
Property Value
Type |
Description |
System.Int32 |
|
API Level: 3
Declaration
public SimSlotId SimId { get; set; }
Property Value
API Level: 3
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public DateTime Time { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
API Level: 3
Methods
View Source
Dispose()
Releases all resources used by the Message.
Declaration
API Level: 3
Declaration
protected void Finalize()
Implements
System.IDisposable