disableAcceptEnding method
Disables or enables the ending UI for accepted offers.
If this method is called with a parameter value of true, the ending UI
will not be shown when an offer is accepted.
If the parameter value is false, the ending UI will be shown as usual.
Implementation
TikiSdk disableAcceptEnding(bool disable) {
_isAcceptEndingDisabled = disable;
return this;
}