public final class WKUserScriptInjectionTime
extends java.lang.Object
when a user script should be injected into a webpage. [@constant] WKUserScriptInjectionTimeAtDocumentStart Inject the script after the document element has been created, but before any other content has been loaded. [@constant] WKUserScriptInjectionTimeAtDocumentEnd Inject the script after the document has finished loading, but before any subresources may have finished loading.
public static final long Start
public static final long End