Custom named values (such as customizable colors) sent to the views.
Amount of time in milliseconds to wait before abandoning a loading view.
Language to be used by all BridgeViews as a BCP-47 string. Assigning
language automatically updates all views and triggers a token refetch if
configure has already been called. If it is set to null or not set, views
will never exit their loading-state.
Static sharedShared instance of the BridgeManager.
Global configuration for all BridgeViews. Must be called before any views are initiated.
Generated using TypeDoc
Singleton-class for managing global setup of subaio-views. Before creating views,
manager.configureshould be invoked.The manager automatically maintains a valid token and requests new ones using the
onTokenRequiredcallback whenever necessary.