Member Junction
    Preparing search index...
    BridgeNativeSdkBinding: (driver: BaseRealtimeBridge) => void

    A type-erased binding that applies a provider's concrete SDK factory onto its resolved driver. The closure is authored INSIDE the provider package, where the concrete BaseRealtimeBridge subclass is known, so the necessary downcast + typed SetSdkFactory(...) stay confined there (never at the engine).

    Type Declaration