papi-dts
    getNetworkEvent: <T>(eventType: string) => PlatformEvent<T>

    Gets the network event with the specified type. Creates the emitter if it does not exist

    Type declaration

      • <T>(eventType: string): PlatformEvent<T>
      • Type Parameters

        • T

        Parameters

        • eventType: string

          Unique network event type for coordinating between connections

        Returns PlatformEvent<T>

        Event for the event type that runs the callback provided when the event is emitted

    MMNEPVFCICPMFPCPTTAAATR