Class SearchRecentSuggestions
public class SearchRecentSuggestions : JVMBridgeBase<SearchRecentSuggestions>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
SearchRecentSuggestions
- Implements
- Extension Methods
Constructors
SearchRecentSuggestions(Context, String, int)
public SearchRecentSuggestions(Context arg0, String arg1, int arg2)
Parameters
SearchRecentSuggestions(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SearchRecentSuggestions(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
QUERIES_PROJECTION_1LINE
public static String[] QUERIES_PROJECTION_1LINE { get; set; }
Property Value
- String[]
QUERIES_PROJECTION_2LINE
public static String[] QUERIES_PROJECTION_2LINE { get; set; }
Property Value
- String[]
QUERIES_PROJECTION_DATE_INDEX
public static int QUERIES_PROJECTION_DATE_INDEX { get; set; }
Property Value
QUERIES_PROJECTION_DISPLAY1_INDEX
public static int QUERIES_PROJECTION_DISPLAY1_INDEX { get; set; }
Property Value
QUERIES_PROJECTION_DISPLAY2_INDEX
public static int QUERIES_PROJECTION_DISPLAY2_INDEX { get; set; }
Property Value
QUERIES_PROJECTION_QUERY_INDEX
public static int QUERIES_PROJECTION_QUERY_INDEX { get; set; }
Property Value
Methods
ClearHistory()
https://developer.android.com/reference/android/provider/SearchRecentSuggestions.html#clearHistory()
public void ClearHistory()
CreatePoolableInstance(Context, String, int)
HPA initializer for SearchRecentSuggestions(Android.Content.Context arg0, Java.Lang.String arg1, int arg2)
public static SearchRecentSuggestions CreatePoolableInstance(Context arg0, String arg1, int arg2)
Parameters
Returns
SaveRecentQuery(String, String)
public void SaveRecentQuery(String arg0, String arg1)