Class MessagesSearchFilter
Definition
- Assembly:
- Tizen.Messaging.dll
This class represents message search filters.
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public class MessagesSearchFilter
- Inheritance
-
objectMessagesSearchFilter
Constructors
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public MessagesSearchFilter()
Properties
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public string AddressKeyword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public MessageBoxType MessageBoxType { get; set; }
Property Value
| Type | Description |
|---|---|
| MessageBoxType |
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public MessageType MessageType { get; set; }
Property Value
| Type | Description |
|---|---|
| MessageType |
Declaration
C#Copy[Obsolete("Deprecated since API11. Might be removed in API13.")] public string TextKeyword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |