C# Class android.app.SearchableInfo

Inheritance: java.lang.Object, android.os.Parcelable
Mostrar archivo Open project: JeroMiya/androidmono

Public Methods

Method Description
autoUrlDetect ( ) : bool
describeContents ( ) : int
getHintId ( ) : int
getImeOptions ( ) : int
getInputType ( ) : int
getSearchActivity ( ) : global::android.content.ComponentName
getSettingsDescriptionId ( ) : int
getSuggestAuthority ( ) : global::java.lang.String
getSuggestIntentAction ( ) : global::java.lang.String
getSuggestIntentData ( ) : global::java.lang.String
getSuggestPackage ( ) : global::java.lang.String
getSuggestPath ( ) : global::java.lang.String
getSuggestSelection ( ) : global::java.lang.String
getSuggestThreshold ( ) : int
getVoiceLanguageId ( ) : int
getVoiceLanguageModeId ( ) : int
getVoiceMaxResults ( ) : int
getVoicePromptTextId ( ) : int
getVoiceSearchEnabled ( ) : bool
getVoiceSearchLaunchRecognizer ( ) : bool
getVoiceSearchLaunchWebSearch ( ) : bool
queryAfterZeroResults ( ) : bool
shouldIncludeInGlobalSearch ( ) : bool
shouldRewriteQueryFromData ( ) : bool
shouldRewriteQueryFromText ( ) : bool
writeToParcel ( android arg0, int arg1 ) : void

Private Methods

Method Description
SearchableInfo ( )
SearchableInfo ( global @__env )

Method Details

autoUrlDetect() public method

public autoUrlDetect ( ) : bool
return bool

describeContents() public method

public describeContents ( ) : int
return int

getHintId() public method

public getHintId ( ) : int
return int

getImeOptions() public method

public getImeOptions ( ) : int
return int

getInputType() public method

public getInputType ( ) : int
return int

getSearchActivity() public method

public getSearchActivity ( ) : global::android.content.ComponentName
return global::android.content.ComponentName

getSettingsDescriptionId() public method

public getSettingsDescriptionId ( ) : int
return int

getSuggestAuthority() public method

public getSuggestAuthority ( ) : global::java.lang.String
return global::java.lang.String

getSuggestIntentAction() public method

public getSuggestIntentAction ( ) : global::java.lang.String
return global::java.lang.String

getSuggestIntentData() public method

public getSuggestIntentData ( ) : global::java.lang.String
return global::java.lang.String

getSuggestPackage() public method

public getSuggestPackage ( ) : global::java.lang.String
return global::java.lang.String

getSuggestPath() public method

public getSuggestPath ( ) : global::java.lang.String
return global::java.lang.String

getSuggestSelection() public method

public getSuggestSelection ( ) : global::java.lang.String
return global::java.lang.String

getSuggestThreshold() public method

public getSuggestThreshold ( ) : int
return int

getVoiceLanguageId() public method

public getVoiceLanguageId ( ) : int
return int

getVoiceLanguageModeId() public method

public getVoiceLanguageModeId ( ) : int
return int

getVoiceMaxResults() public method

public getVoiceMaxResults ( ) : int
return int

getVoicePromptTextId() public method

public getVoicePromptTextId ( ) : int
return int

getVoiceSearchEnabled() public method

public getVoiceSearchEnabled ( ) : bool
return bool

getVoiceSearchLaunchRecognizer() public method

public getVoiceSearchLaunchRecognizer ( ) : bool
return bool

getVoiceSearchLaunchWebSearch() public method

public getVoiceSearchLaunchWebSearch ( ) : bool
return bool

queryAfterZeroResults() public method

public queryAfterZeroResults ( ) : bool
return bool

shouldIncludeInGlobalSearch() public method

public shouldIncludeInGlobalSearch ( ) : bool
return bool

shouldRewriteQueryFromData() public method

public shouldRewriteQueryFromData ( ) : bool
return bool

shouldRewriteQueryFromText() public method

public shouldRewriteQueryFromText ( ) : bool
return bool

writeToParcel() public method

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void