THEOplayer React Native Connectors
    Preparing search index...
    Index

    Constructors

    Methods

    • Sets custom identity map.

      Parameters

      Returns void

      {
      "EMAIL": [
      {
      "id": "user@example.com",
      "authenticatedState": "authenticated",
      "primary": "false"
      },
      {
      "id" : "useralias@example.com",
      "authenticatedState": "ambiguous",
      "primary": false
      }
      ],
      "Email_LC_SHA256": [
      {
      "id": "2394509340-9b942f32f709db2c57e79cecec4462836ca1efef1c336a939c4b1674bcc74320",
      "authenticatedState": "authenticated",
      "primary": "false"
      }
      ]
    • Set debug flag.

      Parameters

      • debug: boolean

        whether to write debug info or not.

      Returns void

    • Dispatch error event to adobe

      Parameters

      • errorId: string

      Returns void

    • Explicitly stop the current session and start a new one.

      This can be used to manually mark the start of a new session during a live stream, for example when a new program starts.

      Parameters

      Returns void