Wiki

Clone wiki

REACT native plugin / setPublisherProvidedId

Overview

Allows to pass PublisherProvidedId to networks supporting it.

Syntax

setPublisherProvidedId(providerId)
providerId(required)

string. The provider ID.

Examples

#!javascript

RNAatkit.setPublisherProvidedId("abcdefgh");

Updated