android.webkit.WebViewFragment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.webkit;
public class WebViewFragment
extends android.app.Fragment
{
public WebViewFragment() { throw new RuntimeException("Stub!"); }
public android.view.View onCreateView(android.view.LayoutInflater inflater, android.view.ViewGroup container, android.os.Bundle savedInstanceState) { throw new RuntimeException("Stub!"); }
public void onPause() { throw new RuntimeException("Stub!"); }
public void onResume() { throw new RuntimeException("Stub!"); }
public void onDestroyView() { throw new RuntimeException("Stub!"); }
public void onDestroy() { throw new RuntimeException("Stub!"); }
public android.webkit.WebView getWebView() { throw new RuntimeException("Stub!"); }
}