Class ShadowContextHubClient


  • @Implements(value=android.hardware.location.ContextHubClient.class,
                minSdk=28,
                isInAndroidSdk=false,
                looseSignatures=true)
    public class ShadowContextHubClient
    extends java.lang.Object
    Shadow for ContextHubClient.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void close()  
      protected int sendMessageToNanoApp​(android.hardware.location.NanoAppMessage message)  
      • Methods inherited from class java.lang.Object

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

      • ShadowContextHubClient

        public ShadowContextHubClient()
    • Method Detail

      • sendMessageToNanoApp

        @Implementation(minSdk=28)
        @HiddenApi
        protected int sendMessageToNanoApp​(android.hardware.location.NanoAppMessage message)
      • close

        @Implementation(minSdk=28)
        @HiddenApi
        protected void close()