Member Junction
    Preparing search index...

    The native adapter module surface — a factory that constructs a NativeCallClient.

    interface NativeCallModule {
        createClient(options: NativeClientOptions): NativeCallClient;
    }
    Index

    Methods

    Methods