Class WKNavigationType


  • public final class WKNavigationType
    extends java.lang.Object
    [@enum] WKNavigationType The type of action triggering a navigation. [@constant] WKNavigationTypeLinkActivated A link with an href attribute was activated by the user. [@constant] WKNavigationTypeFormSubmitted A form was submitted. [@constant] WKNavigationTypeBackForward An item from the back-forward list was requested. [@constant] WKNavigationTypeReload The webpage was reloaded. [@constant] WKNavigationTypeFormResubmitted A form was resubmitted (for example by going back, going forward, or reloading). [@constant] WKNavigationTypeOther Navigation is taking place for some other reason.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait