Class PlaneDiscoveryController


  • public class PlaneDiscoveryController
    extends java.lang.Object
    This view manages showing the plane discovery instructions view. You can assign into the planeDiscoveryView to override the default visual, or assign null to remove it.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlaneDiscoveryController​(android.view.View planeDiscoveryView)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void hide()
      Hide the plane discovery UX instructions.
      void setInstructionView​(android.view.View view)
      Set the instructions view to present over the Sceneform view.
      void show()
      Show the plane discovery UX instructions for finding a plane.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlaneDiscoveryController

        public PlaneDiscoveryController​(@Nullable
                                        android.view.View planeDiscoveryView)
    • Method Detail

      • setInstructionView

        public void setInstructionView​(android.view.View view)
        Set the instructions view to present over the Sceneform view.
      • show

        public void show()
        Show the plane discovery UX instructions for finding a plane.
      • hide

        public void hide()
        Hide the plane discovery UX instructions.