public enum

FtsOptions.MatchInfo

extends java.lang.Enum<FtsOptions.MatchInfo>

 java.lang.Object

↳java.lang.Enum<FtsOptions.MatchInfo>

↳androidx.room.FtsOptions.MatchInfo

Summary

Enum Constants
FTS3Text matching info as version 3 of the extension module.
FTS4Text matching info as version 4 of the extension module.
Methods
public static FtsOptions.MatchInfovalueOf(java.lang.String name)

public static FtsOptions.MatchInfovalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

FTS3

Text matching info as version 3 of the extension module.

See also: Fts4.matchInfo()

FTS4

Text matching info as version 4 of the extension module.

See also: Fts4.matchInfo()

Methods

public static FtsOptions.MatchInfo values()

public static FtsOptions.MatchInfo valueOf(java.lang.String name)