Class ShadowRangingSession

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  ShadowRangingSession.Adapter
      Adapter interface for state change events, provided by the tester to dictate ranging results.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void close()
      Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to dictate the results of the call.
      protected void reconfigure​(PersistableBundle params)
      Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to dictate the results of the call.
      protected void start​(PersistableBundle params)
      Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to dictate the results of the call.
      protected void stop()
      Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to dictate the results of the call.
    • Constructor Detail

      • ShadowRangingSession

        public ShadowRangingSession()
    • Method Detail

      • start

        @Implementation
        protected void start​(PersistableBundle params)
        Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to dictate the results of the call.
      • reconfigure

        @Implementation
        protected void reconfigure​(PersistableBundle params)
        Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to dictate the results of the call.
      • stop

        @Implementation
        protected void stop()
        Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to dictate the results of the call.
      • close

        @Implementation
        protected void close()
        Forwards parameters and the session's callback to the Shadow's adapter, allowing the tester to dictate the results of the call.