ApplicationOptions
()
|
Signature
com.meta.horizon.platform.ovr.options.ApplicationOptions.ApplicationOptions() |
finalize
()
|
Signature
void com.meta.horizon.platform.ovr.options.ApplicationOptions.finalize() Returns void |
getHandle
()
|
Signature
long com.meta.horizon.platform.ovr.options.ApplicationOptions.getHandle() Returns long |
setDeeplinkMessage
(
value
)
|
A message to be passed to a launched app, which can be retrieved with com.meta.horizon.platform.ovr.models.LaunchDetails#getDeeplinkMessage().
Signature
void com.meta.horizon.platform.ovr.options.ApplicationOptions.setDeeplinkMessage(String value) Parameters value: StringReturns void |
setDestinationApiName
(
value
)
|
If provided, the intended destination to be passed to the launched app, which can be retrieved with com.meta.horizon.platform.ovr.models.LaunchDetails#getDestinationApiName().
Signature
void com.meta.horizon.platform.ovr.options.ApplicationOptions.setDestinationApiName(String value) Parameters value: StringReturns void |
setLobbySessionId
(
value
)
|
If provided, the intended lobby where the launched app should take the user. All users with the same lobby_session_id should end up grouped together in the launched app, which can be retrieved with com.meta.horizon.platform.ovr.models.LaunchDetails#getLobbySessionID().
Signature
void com.meta.horizon.platform.ovr.options.ApplicationOptions.setLobbySessionId(String value) Parameters value: StringReturns void |
setMatchSessionId
(
value
)
|
If provided, the intended instance of the destination that a user should be launched into, which can be retrieved with com.meta.horizon.platform.ovr.models.LaunchDetails#getMatchSessionID().
Signature
void com.meta.horizon.platform.ovr.options.ApplicationOptions.setMatchSessionId(String value) Parameters value: StringReturns void |
setRoomId
(
value
)
|
[Deprecated]If provided, the intended room where the launched app should take the user (all users heading to the same place should have the same value). A room_id of 0 is INVALID.
Signature
void com.meta.horizon.platform.ovr.options.ApplicationOptions.setRoomId(long value) Parameters value: longReturns void |