MessengerThreadParams.Origin
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

The origin of the flow that user originated from.

확장:Enum
패키지:messenger
클래스 메서드
values()
public static Origin values()
valueOf(String)
public static Origin valueOf(String name)
매개변수설명
name
상수
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