| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ConfirmationDecision |
ConfirmationDecision.Builder.build()
Builds a new
ConfirmationDecision object using the set fields. |
ConfirmationDecision |
ConfirmationOptions.getDecision()
Getter for Decision.
|
| Modifier and Type | Method and Description |
|---|---|
ConfirmationOptions.Builder |
ConfirmationOptions.Builder.decision(ConfirmationDecision decision)
Setter for decision.
|
| Constructor and Description |
|---|
ConfirmationOptions(String title,
String body,
String agreeButtonText,
io.apimatic.core.types.OptionalNullable<String> disagreeButtonText,
ConfirmationDecision decision)
Initialization constructor.
|
ConfirmationOptions(String title,
String body,
String agreeButtonText,
String disagreeButtonText,
ConfirmationDecision decision)
Initialization constructor.
|
Copyright © 2024. All rights reserved.