-
-
Method Summary
Modifier and Type Method Description abstract ViewgetView()Returns the visual display of this content. abstract booleanisFullscreen()abstract voidonShown()Called when this content is displayed to the user. abstract voidonHidden()Called when this content is no longer displayed to the user. -
-
Method Detail
-
isFullscreen
abstract boolean isFullscreen()
-
onShown
abstract void onShown()
Called when this content is displayed to the user.
-
onHidden
abstract void onHidden()
Called when this content is no longer displayed to the user.Implementation Note:
{@code Content}can be brought back due to user navigation sothis call must not release resources that are required to show this content again.
-
-
-
-