C# Class android.app.backup.RestoreObserver

Inheritance: java.lang.Object
Mostrar archivo Open project: JeroMiya/androidmono

Public Methods

Method Description
onUpdate ( int arg0, java arg1 ) : void
restoreFinished ( int arg0 ) : void
restoreStarting ( int arg0 ) : void

Protected Methods

Method Description
RestoreObserver ( global @__env )

Private Methods

Method Description
RestoreObserver ( )

Method Details

RestoreObserver() protected method

protected RestoreObserver ( global @__env )
@__env global

onUpdate() public method

public onUpdate ( int arg0, java arg1 ) : void
arg0 int
arg1 java
return void

restoreFinished() public method

public restoreFinished ( int arg0 ) : void
arg0 int
return void

restoreStarting() public method

public restoreStarting ( int arg0 ) : void
arg0 int
return void