MessengerThreadParams.Origin
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

The origin of the flow that user originated from.

Estende:Enum
Pacchetto:messenger
Metodi di classe
values()
public static Origin values()
valueOf(String)
public static Origin valueOf(String name)
ParametroDescrizione
name
Costanti
REPLY_FLOW
The user clicked on a reply link in Messenger to a particular message.
public static final Origin REPLY_FLOW
COMPOSE_FLOW
The user clicked an app shortcut in Messenger.
public static final Origin COMPOSE_FLOW
UNKNOWN
The user came from a flow that was not known at the time this code was written.
public static final Origin UNKNOWN