Skip to main content

react-native-tracker.trackercore.setappid

Home > @snowplow/react-native-tracker > TrackerCore > setAppId

TrackerCore.setAppId() method

Set the application ID

Signature:
setAppId(appId: string): void;

Parameters

ParameterTypeDescription
appIdstringAn application ID which identifies the current application
Returns:

void