Class MessagesAddress
Definition
- Namespace:
- Tizen.Messaging.Messages
- Assembly:
- Tizen.Messaging.dll
- API Level:
- 3
This class is used to manage the information of the message address.
public class MessagesAddress
- Inheritance
-
MessagesAddress
Constructors
View SourceMessagesAddress(String)
Creates a message address.
Declaration
public MessagesAddress(string number)
Parameters
Type | Name | Description |
---|---|---|
String | number | The recipient's address to receive a message. |
API Level: 3
Properties
View SourceNumber
The address of the sender/recipient.
Declaration
public string Number { get; }
Property Value
Type | Description |
---|---|
String |