ButtonConstants.ButtonType

  • ButtonConstants.ButtonType is an enumeration of button types.

  • It includes constants like BOOK, BUY, CHECKOUT, DONATE, EWALLET, ORDER, PAY, PIX, PLAIN, and SUBSCRIBE, each representing a different button type.

  • This annotation type inherits standard methods from the java.lang.annotation.Annotation interface, such as annotationType(), equals(), hashCode(), and toString().

public static abstract @interface ButtonConstants.ButtonType implements Annotation

An enumeration of button types.

Constant Summary

int BOOK
int BUY
int CHECKOUT
int DONATE
int EWALLET
int ORDER
int PAY
int PIX
int PLAIN
int SUBSCRIBE

Inherited Method Summary

Constants

public static final int BOOK

Constant Value: 2

public static final int BUY

Constant Value: 1

public static final int CHECKOUT

Constant Value: 3

public static final int DONATE

Constant Value: 4

public static final int EWALLET

Constant Value: 10

public static final int ORDER

Constant Value: 5

public static final int PAY

Constant Value: 6

public static final int PIX

Constant Value: 9

public static final int PLAIN

Constant Value: 8

public static final int SUBSCRIBE

Constant Value: 7