activateAr
On this page
@vulp/js-api > VulpApiModel > activateAr
VulpApiModel.activateAr() method
Activates the Augmented Reality (AR) mode.
Signature:
activateAr(): Promise<{
activated: boolean;
}>;
Returns:
Promise<{ activated: boolean; }>
Promise that resolves to an object with the activated
property.