INNER CODE UNIT · TypeScript

EventListener

react-native-webrtc/react-native-callkeep · index.d.ts:134

  export class EventListener {
    remove(): void
  }

  export default class RNCallKeep {
    static getInitialEvents(): Promise<InitialEvents>

    static clearInitialEvents(): void

    static addEventListener<Event extends Events>(
      type: Event,
      handler: (args: EventsPayload[Event]) => void,
    ): EventListener

    static removeEventListener(type: Events): void

    static setup(options: IOptions): Promise<boolean>

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…