onLocationCreated( )


Notes:

Triggered when a location is created.

Permissions
Manage Locations
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: LocationCreatedEnvelope): void | Promise<void>

JavaScript
Did this help?