onArActivated
On this page
@vulp/js-api > VulpApiModel > onArActivated
VulpApiModel.onArActivated() method
Registers a handler to be executed when the AR mode is activated.
Signature:
onArActivated(handler: ApiARActivatedMessageHandler): VulpApiModel;
Parameters
Parameter | Type | Description |
---|---|---|
handler | The handler to be executed. |
The Vulp API model instance, can be used to chain calls.