public class SimpleChromeCustomTabsIntentBuilder
extends java.lang.Object
| Constructor and Description |
|---|
SimpleChromeCustomTabsIntentBuilder(Connection connection,
java.util.List<Composer> composers) |
public SimpleChromeCustomTabsIntentBuilder(Connection connection, java.util.List<Composer> composers)
public static SimpleChromeCustomTabsIntentBuilder newInstance(Connection connection)
public SimpleChromeCustomTabsIntentBuilder withToolbarColor(int color)
public SimpleChromeCustomTabsIntentBuilder withUrlBarHiding()
public SimpleChromeCustomTabsIntentBuilder withMenuItem(java.lang.String label, android.app.PendingIntent pendingIntent)
public SimpleChromeCustomTabsIntentBuilder withDefaultShareMenuItem()
public SimpleChromeCustomTabsIntentBuilder withActionButton(android.graphics.Bitmap icon, java.lang.String description, android.app.PendingIntent pendingIntent, boolean shouldTint)
public SimpleChromeCustomTabsIntentBuilder withCloseButtonIcon(android.graphics.Bitmap icon)
public SimpleChromeCustomTabsIntentBuilder withExitAnimations(android.content.Context context, @AnimRes int enterResId, @AnimRes int exitResId)
public SimpleChromeCustomTabsIntentBuilder withStartAnimations(android.content.Context context, @AnimRes int enterResId, @AnimRes int exitResId)
public SimpleChromeCustomTabsIntentBuilder showingTitle()
public android.support.customtabs.CustomTabsIntent createIntent()