# Print output for @column tags ?>
public
static
interface
InlineContentView.SurfaceControlCallback
android.widget.inline.InlineContentView.SurfaceControlCallback |
Callback for observing the lifecycle of the surface control that manipulates the backing secure embedded UI surface.
Public methods | |
---|---|
abstract
void
|
onCreated(SurfaceControl surfaceControl)
Called when the backing surface is being created. |
abstract
void
|
onDestroyed(SurfaceControl surfaceControl)
Called when the backing surface is being destroyed. |
public abstract void onCreated (SurfaceControl surfaceControl)
Called when the backing surface is being created.
Parameters | |
---|---|
surfaceControl |
SurfaceControl : The surface control to manipulate the surface.
This value cannot be null . |
public abstract void onDestroyed (SurfaceControl surfaceControl)
Called when the backing surface is being destroyed.
Parameters | |
---|---|
surfaceControl |
SurfaceControl : The surface control to manipulate the surface.
This value cannot be null . |