onBackupStateChanged( )


Notes:

Triggered when a backup's status is changed. This includes when a backup is created and its status is set to PENDING.

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

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

Did this help?