MCPcopy Create free account
hub / github.com/Iterable/react-native-sdk / initializeWithApiKey

Method initializeWithApiKey

src/api/NativeRNIterableAPI.ts:35–35  ·  view source on GitHub ↗
(
    apiKey: string,
    // eslint-disable-next-line @typescript-eslint/no-wrapper-object-types -- RN codegen requires `Object`, not `object`
    config: Object,
    version: string
  )

Source from the content-addressed store, hash-verified

33export interface Spec extends TurboModule {
34 // Initialization
35 initializeWithApiKey(
36 apiKey: string,
37 // eslint-disable-next-line @typescript-eslint/no-wrapper-object-types -- RN codegen requires `Object`, not `object`
38 config: Object,

Callers 5

initializeWithApiKeyMethod · 0.65
initializeWithApiKeyMethod · 0.65
initializeMethod · 0.65
initializeWithApiKeyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected