C# Class android.app.backup.BackupAgent

Inheritance: android.content.ContextWrapper
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
onBackup ( android arg0, android arg1, android arg2 ) : void
onCreate ( ) : void
onDestroy ( ) : void
onRestore ( android arg0, int arg1, android arg2 ) : void

Méthodes protégées

Méthode Description
BackupAgent ( global @__env )

Private Methods

Méthode Description
BackupAgent ( )

Method Details

BackupAgent() protected méthode

protected BackupAgent ( global @__env )
@__env global

onBackup() public abstract méthode

public abstract onBackup ( android arg0, android arg1, android arg2 ) : void
arg0 android
arg1 android
arg2 android
Résultat void

onCreate() public méthode

public onCreate ( ) : void
Résultat void

onDestroy() public méthode

public onDestroy ( ) : void
Résultat void

onRestore() public abstract méthode

public abstract onRestore ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
Résultat void