Table of Contents

Class SearchRecentSuggestions

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
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

arg0 Context

Context

arg1 String

String

arg2 int

int

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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

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

int

QUERIES_PROJECTION_DISPLAY1_INDEX

public static int QUERIES_PROJECTION_DISPLAY1_INDEX { get; set; }

Property Value

int

QUERIES_PROJECTION_DISPLAY2_INDEX

public static int QUERIES_PROJECTION_DISPLAY2_INDEX { get; set; }

Property Value

int

QUERIES_PROJECTION_QUERY_INDEX

public static int QUERIES_PROJECTION_QUERY_INDEX { get; set; }

Property Value

int

Methods

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

arg0 Context
arg1 String
arg2 int

Returns

SearchRecentSuggestions

SaveRecentQuery(String, String)

public void SaveRecentQuery(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String