See Also: IBackupHelper Members
Defines the calling interface that Android.App.Backup.BackupAgentHelper uses when dispatching backup and restore operations to the installed helpers. Applications can define and install their own helpers as well as using those provided as part of the Android framework.
Although multiple helper objects may be installed simultaneously, each helper is responsible only for handling its own data, and will not see entities created by other components within the backup system. Invocations of multiple helpers are performed sequentially by the Android.App.Backup.BackupAgentHelper, with each helper given a chance to access its own saved state from within the state record produced during the previous backup operation.