Package org.mozilla.geckoview
Class OrientationController
Object
org.mozilla.geckoview.OrientationController
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
This delegate will be called whenever an orientation lock is called. -
Method Summary
Modifier and TypeMethodDescriptionGets theOrientationController.OrientationDelegate
for this instance.void
Sets theOrientationController.OrientationDelegate
for this instance.
-
Method Details
-
setDelegate
Sets theOrientationController.OrientationDelegate
for this instance.- Parameters:
delegate
- TheOrientationController.OrientationDelegate
instance.
-
getDelegate
Gets theOrientationController.OrientationDelegate
for this instance.- Returns:
- delegate The
OrientationController.OrientationDelegate
instance.
-