public interface

ButtonActionsInterface

com.usebutton.sdk.action.ButtonActionsInterface

Class Overview

Buttons provide relevant actions to your users, complete with a corresponding UI. Buttons can be configured with one or more Merchants that they can offer to your users.

See https://developer.usebutton.com/guides/publishers/android/using-button-actions

Summary

Public Methods
abstract void fetch(ActionRequest request, ActionListener listener)
Asynchronously fetch a Button Action with an action request.

Public Methods

public abstract void fetch (ActionRequest request, ActionListener listener)

Asynchronously fetch a Button Action with an action request.

Parameters
request a Button Action request.
listener callback to be invoked when the request is complete.