-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum MessengerThreadParams.OriginThe origin of the flow that user originated from.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description REPLY_FLOWThe user clicked on a reply link in Messenger to a particular message.
COMPOSE_FLOWThe user clicked an app shortcut in Messenger.
UNKNOWNThe user came from a flow that was not known at the time this code was written.
-
Method Summary
Modifier and Type Method Description static Array<MessengerThreadParams.Origin>values()static MessengerThreadParams.OriginvalueOf(String name)-
-
Method Detail
-
values
static Array<MessengerThreadParams.Origin> values()
-
valueOf
static MessengerThreadParams.Origin valueOf(String name)
-
-
-
-