Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 617 Bytes

File metadata and controls

24 lines (14 loc) · 617 Bytes

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

TrackerCore.setAppId() method

Set the application ID

Signature:

setAppId(appId: string): void;

Parameters

Parameter Type Description
appId string An application ID which identifies the current application

Returns:

void