React Native SDK - Methods

List of public methods from the React Native SDK

React Native SDK ⁠-⁠ Methods

interface IORTrackerConnector {
  startSession: (
    projectKey: string,
    optionsDict: Options,
    projectUrl?: string
  ) => void;
  setMetadata: (key: string, value: string) => void;
  event: (name: string, payload?: string) => void;
  setUserID: (userID: string) => void;
  userAnonymousID: (userID: string) => void;
}

If you have any questions about this process, feel free to reach out to us on our Slack or check out our Forum.