-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MessengerThreadParams.Origin extends Enum<MessengerThreadParams.Origin>
The 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 final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-