Android SDK Version
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.
Field Summary
Modifier and TypeFieldDescription
private final Stringname
private final Integerordinal
Enum Constant Summary
Enum ConstantDescription
REPLY_FLOW
The user clicked on a reply link in Messenger to a particular message.
COMPOSE_FLOW
The user clicked an app shortcut in Messenger.
UNKNOWN
The user came from a flow that was not known at the time this code was written.
Method Summary
Modifier and TypeMethodDescription
final StringgetName()
final IntegergetOrdinal()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getName

 final StringgetName()

getOrdinal

 final IntegergetOrdinal()