Class ShadowResultReceiver


  • @Implements(android.os.ResultReceiver.class)
    public class ShadowResultReceiver
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void send​(int resultCode, android.os.Bundle resultData)  
      • Methods inherited from class java.lang.Object

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

      • ShadowResultReceiver

        public ShadowResultReceiver()
    • Method Detail

      • send

        @Implementation
        protected void send​(int resultCode,
                            android.os.Bundle resultData)