public abstract class

MerchantActionSettings

extends Object
implements Parcelable
java.lang.Object
   ↳ com.usebutton.sdk.models.MerchantActionSettings

Class Overview

Used to configure the behavior of MerchantAction flow.

Summary

Nested Classes
interface MerchantActionSettings.Builder  
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
MerchantActionSettings()
Public Methods
static MerchantActionSettings.Builder builder()
abstract boolean startUnattributedActionEnabled()
Queries whether unattributed actions will be handled by the application or the Button SDK.
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public MerchantActionSettings ()

Public Methods

public static MerchantActionSettings.Builder builder ()

public abstract boolean startUnattributedActionEnabled ()

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

Returns
  • true if unattributed actions will be handled by the Button SDK, otherwise false.