Class ShadowJsResult

  • Direct Known Subclasses:
    ShadowJsPromptResult

    @Implements(android.webkit.JsResult.class)
    public class ShadowJsResult
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadowJsResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void cancel()  
      boolean wasCancelled()  
      • Methods inherited from class java.lang.Object

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

      • ShadowJsResult

        public ShadowJsResult()
    • Method Detail

      • cancel

        @Implementation
        protected void cancel()
      • wasCancelled

        public boolean wasCancelled()