TextSelection.Request.Builder
public
static
final
class
TextSelection.Request.Builder
extends Object
java.lang.Object
|
↳ |
androidx.textclassifier.TextSelection.Request.Builder
|
A builder for building TextSelection requests.
Summary
Public constructors |
Builder(CharSequence text, int startIndex, int endIndex)
|
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
Builder
public Builder (CharSequence text,
int startIndex,
int endIndex)
Parameters |
text |
CharSequence : text providing context for the selected text (which is specified by the
sub sequence starting at selectionStartIndex and ending at selectionEndIndex) |
startIndex |
int : start index of the selected part of text |
endIndex |
int : end index of the selected part of text
|
Public methods
setDefaultLocales
public TextSelection.Request.Builder setDefaultLocales (LocaleListCompat defaultLocales)
Parameters |
defaultLocales |
LocaleListCompat : ordered list of locale preferences that may be used to
disambiguate the provided text. If no locale preferences exist, set this to null
or an empty locale list. |