toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.push.notifications
/
LocalizableRemoteInput
/
Builder
Builder
class
Builder
Builds the LocalizableRemoteInput.
Members
Constructors
Builder
Link copied to clipboard
constructor
(
@
NonNull
resultKey
:
String
)
Set the result key value.
Functions
add
Extras
Link copied to clipboard
@
NonNull
open
fun
addExtras
(
@
Nullable
extras
:
Bundle
)
:
LocalizableRemoteInput.Builder
Set the extras value.
build
Link copied to clipboard
@
NonNull
open
fun
build
(
)
:
LocalizableRemoteInput
Builds and returns a LocalizableRemoteInput.
set
Allow
Free
Form
Input
Link copied to clipboard
@
NonNull
open
fun
setAllowFreeFormInput
(
allowFreeFormInput
:
Boolean
)
:
LocalizableRemoteInput.Builder
Set the allowFreeFormInput value.
set
Choices
Link copied to clipboard
@
NonNull
open
fun
setChoices
(
@
ArrayRes
choices
:
Int
)
:
LocalizableRemoteInput.Builder
Set the choices value.
set
Label
Link copied to clipboard
@
NonNull
open
fun
setLabel
(
@
StringRes
labelId
:
Int
)
:
LocalizableRemoteInput.Builder
Set the label ID value.