Table of Contents

Class SearchableInfo

Namespace
Android.App
Assembly
MASES.Netdroid.dll
public class SearchableInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
SearchableInfo
Implements
Inherited Members
Extension Methods

Constructors

SearchableInfo(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 SearchableInfo(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

Methods

AutoUrlDetect()

public bool AutoUrlDetect()

Returns

bool

bool

DescribeContents()

public int DescribeContents()

Returns

int

int

GetHintId()

public int GetHintId()

Returns

int

int

GetImeOptions()

public int GetImeOptions()

Returns

int

int

GetInputType()

public int GetInputType()

Returns

int

int

GetSearchActivity()

public ComponentName GetSearchActivity()

Returns

ComponentName

ComponentName

GetSettingsDescriptionId()

public int GetSettingsDescriptionId()

Returns

int

int

GetSuggestAuthority()

public String GetSuggestAuthority()

Returns

String

String

GetSuggestIntentAction()

public String GetSuggestIntentAction()

Returns

String

String

GetSuggestIntentData()

public String GetSuggestIntentData()

Returns

String

String

GetSuggestPackage()

public String GetSuggestPackage()

Returns

String

String

GetSuggestPath()

public String GetSuggestPath()

Returns

String

String

GetSuggestSelection()

public String GetSuggestSelection()

Returns

String

String

GetSuggestThreshold()

public int GetSuggestThreshold()

Returns

int

int

GetVoiceLanguageId()

public int GetVoiceLanguageId()

Returns

int

int

GetVoiceLanguageModeId()

public int GetVoiceLanguageModeId()

Returns

int

int

GetVoiceMaxResults()

public int GetVoiceMaxResults()

Returns

int

int

GetVoicePromptTextId()

public int GetVoicePromptTextId()

Returns

int

int

GetVoiceSearchEnabled()

public bool GetVoiceSearchEnabled()

Returns

bool

bool

GetVoiceSearchLaunchRecognizer()

public bool GetVoiceSearchLaunchRecognizer()

Returns

bool

bool

GetVoiceSearchLaunchWebSearch()

public bool GetVoiceSearchLaunchWebSearch()

Returns

bool

bool

QueryAfterZeroResults()

public bool QueryAfterZeroResults()

Returns

bool

bool

ShouldIncludeInGlobalSearch()

public bool ShouldIncludeInGlobalSearch()

Returns

bool

bool

ShouldRewriteQueryFromData()

public bool ShouldRewriteQueryFromData()

Returns

bool

bool

ShouldRewriteQueryFromText()

public bool ShouldRewriteQueryFromText()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int