1.0.0-beta.0 • Published 1 year ago

@nstudio/nativescript-fullstory v1.0.0-beta.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@nstudio/nativescript-fullstory

FullStory Mobile SDK for NativeScript

npm install @nstudio/nativescript-fullstory

Usage

import { FullstorySDK } from '@nstudio/nativescript-fullstory';

FullstorySDK.identify('123', {
    name: 'William'
});

FullstorySDK.setUserVars({
    email: 'william@company.com'
});

FullstorySDK.consent(true);

FullstorySDK.shutdown();

FullstorySDK.restart();

License

Apache License Version 2.0