AvatarEditorOptions
()
|
Signature
com.meta.horizon.platform.ovr.options.AvatarEditorOptions.AvatarEditorOptions() |
finalize
()
|
Signature
void com.meta.horizon.platform.ovr.options.AvatarEditorOptions.finalize() Returns void |
getHandle
()
|
Signature
long com.meta.horizon.platform.ovr.options.AvatarEditorOptions.getHandle() Returns long |
setSourceOverride
(
value
)
|
Optional override for where the request is coming from. This field allows you to specify the source of the request in the launched editor by calling com.meta.horizon.platform.ovr.requests.Avatar#launchAvatarEditor(AvatarEditorOptions options), which can be useful in cases where you want to track or identify the origin of the request.
Signature
AvatarEditorOptions com.meta.horizon.platform.ovr.options.AvatarEditorOptions.setSourceOverride(String value) Parameters value: StringReturns AvatarEditorOptions |