public static interface

MerchantActionSettings.Builder

com.usebutton.sdk.models.MerchantActionSettings.Builder

Summary

Public Methods
abstract MerchantActionSettings build()
Constructs a new instance of merchant action settings using the supplied parameters.
abstract MerchantActionSettings.Builder startUnattributedActionEnabled(boolean enabled)
Sets whether unattributed actions will be handled by the application or the Button SDK.

Public Methods

public abstract MerchantActionSettings build ()

Constructs a new instance of merchant action settings using the supplied parameters.

Returns
  • the newly created instance of merchant action settings.

public abstract MerchantActionSettings.Builder startUnattributedActionEnabled (boolean enabled)

Sets whether unattributed actions will be handled by the application or the Button SDK.

Parameters
enabled true if unattributed actions should be handled by the Button SDK, otherwise false.