| java.lang.Object | |
| ↳ | com.urbanairship.push.notifications.LocalizableRemoteInput.Builder |
Builds the LocalizableRemoteInput.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
Builder(String resultKey)
Set the result key value.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LocalizableRemoteInput.Builder |
addExtras(Bundle extras)
Set the extras value.
| ||||||||||
| LocalizableRemoteInput |
build()
Builds and returns a LocalizableRemoteInput.
| ||||||||||
| LocalizableRemoteInput.Builder |
setAllowFreeFormInput(boolean allowFreeFormInput)
Set the allowFreeFormInput value.
| ||||||||||
| LocalizableRemoteInput.Builder |
setChoices(int choices)
Set the choices value.
| ||||||||||
| LocalizableRemoteInput.Builder |
setLabel(int labelId)
Set the label ID value.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Set the extras value.
| extras | A bundle value. |
|---|
Builds and returns a LocalizableRemoteInput.
Set the allowFreeFormInput value.
| allowFreeFormInput | A boolean value. |
|---|
Set the choices value.
| choices | An int array. |
|---|
Set the label ID value.
| labelId | An int value. |
|---|