java.lang.Object | |
↳ | com.sap.cloud.mobile.fiori.search.qrcodereader.QRCodeConfirmSettings |
![]() |
Settings of the confirmation screen of the QR code reading.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | KEY_QR_CONFIRM_ACTION_HANDLER | ||||||||||
String | KEY_QR_CONFIRM_CONTINUE | ||||||||||
String | KEY_QR_CONFIRM_DETAIL | ||||||||||
String | KEY_QR_CONFIRM_HEADLINE |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
QRCodeConfirmSettings()
Creates a new settings object of this type.
| |||||||||||
QRCodeConfirmSettings(Intent intent)
Creates a new settings object by reading values from the specified intent.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getActionHandler()
getter method for the validation action handler
| ||||||||||
String |
getQrCodeConfirmContinueTitle()
getter method for the continue action of the confirm screen
| ||||||||||
String |
getQrCodeConfirmDetail()
setter method for the detailed description of the confirm screen
| ||||||||||
String |
getQrCodeConfirmHeadline()
getter method for the headline of the confirm screen
| ||||||||||
void | saveToIntent(Intent intent) | ||||||||||
void |
setActionHandler(String actionHandler)
setter method for the validation action handler
| ||||||||||
void |
setQrCodeConfirmContinueTitle(String qrCodeConfirmContinueTitle)
setter method for the continue action of the confirm screen
| ||||||||||
void |
setQrCodeConfirmDetail(String qrCodeConfirmDetail)
setter method for the detailed description of the confirm screen
| ||||||||||
void |
setQrCodeConfirmHeadline(String qrCodeConfirmHeadline)
setter method for the headline of the confirm screen
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new settings object of this type.
Creates a new settings object by reading values from the specified intent.
intent | the intent to read data from, must be non-null |
---|
getter method for the validation action handler
getter method for the continue action of the confirm screen
setter method for the detailed description of the confirm screen
getter method for the headline of the confirm screen
setter method for the validation action handler
actionHandler | the action handler |
---|
setter method for the continue action of the confirm screen
qrCodeConfirmContinueTitle | the continue action |
---|
setter method for the detailed description of the confirm screen
qrCodeConfirmDetail | the description |
---|
setter method for the headline of the confirm screen
qrCodeConfirmHeadline | the headline |
---|