public class CustomTabsIntentBuilder extends IntentBuilder
Constructor and Description |
---|
CustomTabsIntentBuilder(Navigate navigator) |
Modifier and Type | Method and Description |
---|---|
protected IntentHolder |
build(Navigate navigator) |
CustomTabsIntentBuilder |
color(int color) |
CustomTabsIntentBuilder |
colorRes(int colorResId) |
CustomTabsIntentBuilder |
enableUrlBarHiding() |
CustomTabsIntentBuilder |
uri(android.net.Uri uri) |
CustomTabsIntentBuilder |
url(int urlResId) |
CustomTabsIntentBuilder |
url(java.lang.String url) |
build, getContext, start
public CustomTabsIntentBuilder(Navigate navigator)
public CustomTabsIntentBuilder color(int color)
public CustomTabsIntentBuilder colorRes(int colorResId)
public CustomTabsIntentBuilder enableUrlBarHiding()
public CustomTabsIntentBuilder url(java.lang.String url)
public CustomTabsIntentBuilder url(int urlResId)
public CustomTabsIntentBuilder uri(android.net.Uri uri)
protected IntentHolder build(Navigate navigator)
build
in class IntentBuilder