C# Class android.app.backup.BackupAgent

Inheritance: android.content.ContextWrapper
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
onBackup ( android arg0, android arg1, android arg2 ) : void
onCreate ( ) : void
onDestroy ( ) : void
onRestore ( android arg0, int arg1, android arg2 ) : void

Protected Methods

Method Description
BackupAgent ( global @__env )

Private Methods

Method Description
BackupAgent ( )

Method Details

BackupAgent() protected method

protected BackupAgent ( global @__env )
@__env global

onBackup() public abstract method

public abstract onBackup ( android arg0, android arg1, android arg2 ) : void
arg0 android
arg1 android
arg2 android
return void

onCreate() public method

public onCreate ( ) : void
return void

onDestroy() public method

public onDestroy ( ) : void
return void

onRestore() public abstract method

public abstract onRestore ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
return void