API reference

AvatarEditorOptions Class

The Avatar Editor Option is a feature that allows users to create and customize their avatars. It is launched by the com.meta.horizon.platform.ovr.requests.Avatar#launchAvatarEditor(AvatarEditorOptions options) request and provides a way for users to specify the source of the request, allowing for more flexibility and customization in the avatar creation process.

Constructors

AvatarEditorOptions ()
Signature
com.meta.horizon.platform.ovr.options.AvatarEditorOptions.AvatarEditorOptions()

Protected Methods

finalize ()
Signature
void com.meta.horizon.platform.ovr.options.AvatarEditorOptions.finalize()
Returns
void

Methods

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: String