Member Junction
    Preparing search index...

    The native module surface — a factory that constructs a NativeCallClient from resolved options.

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

    Methods

    Methods