API reference
API reference
Select your platform
No SDKs available
No versions available

AvatarEditorResult Class

This is the result that can be extracted from message payload when the avatar editor is launched via a call to com.meta.horizon.platform.ovr.requests.Avatar#launchAvatarEditor(AvatarEditorOptions options). It contains information about whether the avatar editor result has successfully been sent.

Constructors

AvatarEditorResult ( ptr )
Signature
com.meta.horizon.platform.ovr.models.AvatarEditorResult.AvatarEditorResult(final long ptr)
Parameters
ptr: final long

Methods

getRequestSent ()
This indicates whether the request has been sent successfully. This is an optional boolean. If the boolean field isn't there, it indicates that the response is an error and will throw an error message.
Signature
boolean com.meta.horizon.platform.ovr.models.AvatarEditorResult.getRequestSent()
Returns
boolean  boolean