public enum FbBotMillEventType extends Enum<FbBotMillEventType>
| Enum Constant and Description |
|---|
ACCOUNT_LINKING
Represents an account linking callback.
|
ANY
Represents any of the previous callbacks.
|
AUTHENTICATION
Represents messaging_optins callback.
|
CHECKOUT_UPDATE
Represents messaging_checkout_updates callback.
|
DELIVERY
Represents message_deliveries callback.
|
ECHO
Represents message_echoes callback.
|
LOCATION
Represents a Quick Reply location callback.
|
MESSAGE
Represents message callback.
|
PAYMENT
Represents messaging_payments callback.
|
POSTBACK
Represents messaging_postback callback.
|
PRE_CHECKOUT
Represents messaging_pre_checkouts callback.
|
READ
Represents message_reads callback.
|
REFERRAL
Represents messaging_referral callback.
|
| Modifier and Type | Method and Description |
|---|---|
static FbBotMillEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FbBotMillEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FbBotMillEventType MESSAGE
public static final FbBotMillEventType POSTBACK
public static final FbBotMillEventType AUTHENTICATION
public static final FbBotMillEventType ACCOUNT_LINKING
public static final FbBotMillEventType DELIVERY
public static final FbBotMillEventType READ
public static final FbBotMillEventType ECHO
public static final FbBotMillEventType CHECKOUT_UPDATE
public static final FbBotMillEventType REFERRAL
public static final FbBotMillEventType PAYMENT
public static final FbBotMillEventType LOCATION
public static final FbBotMillEventType PRE_CHECKOUT
public static final FbBotMillEventType ANY
public static FbBotMillEventType[] values()
for (FbBotMillEventType c : FbBotMillEventType.values()) System.out.println(c);
public static FbBotMillEventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 BotMill. All rights reserved.