CustomTabsSessionRegistry

Read-only view of verified Custom Tabs sessions (token -> calling package), used by IntentDispatcherViewModel to support handleAppLink's trusted-caller carve-out.

Functions

Link copied to clipboard
abstract fun lookupClientPackage(sessionToken: CustomTabsSessionToken): String?

Returns the verified calling package for the session, or null if no verified binding exists.