2.1.0 • Published 2 years ago

pagetour-sdk.localrepository v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

pagetour-sdk.localrepository

npm

This is the local storage plugin for pagetour-sdk.

Install

npm install pagetour-sdk.localrepository

Usage

Import and initialize the repository.

import { LocalStorageRepository } from 'pagetour-sdk.localrepository';
...
this.repository = new LocalStorageRespository();

Pass it as a parameter while initializing the pagetour sdk.

Pagetour.init(this.repository, options);
this.pagetour = PageTour.GetInstance();

Documentation

2.1.0

2 years ago

2.0.13

2 years ago

2.0.14

2 years ago

2.0.11

2 years ago

2.0.12

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

3 years ago

1.0.0

3 years ago