android-components / mozilla.components.browser.session.tab / CustomTabConfig / isCustomTabIntent

isCustomTabIntent

fun isCustomTabIntent(intent: SafeIntent): Boolean (source)

Checks if the provided intent is a custom tab intent.

Parameters

intent - the intent to check, wrapped as a SafeIntent.

Return
true if the intent is a custom tab intent, otherwise false.