C# 클래스 android.app.backup.BackupAgent

상속: android.content.ContextWrapper
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
onBackup ( android arg0, android arg1, android arg2 ) : void
onCreate ( ) : void
onDestroy ( ) : void
onRestore ( android arg0, int arg1, android arg2 ) : void

보호된 메소드들

메소드 설명
BackupAgent ( global @__env )

비공개 메소드들

메소드 설명
BackupAgent ( )

메소드 상세

BackupAgent() 보호된 메소드

protected BackupAgent ( global @__env )
@__env global

onBackup() 공개 추상적인 메소드

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

onCreate() 공개 메소드

public onCreate ( ) : void
리턴 void

onDestroy() 공개 메소드

public onDestroy ( ) : void
리턴 void

onRestore() 공개 추상적인 메소드

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