UNPKG

fb-test-module

Version:

How to use: ``` import {store, getStore} from 'fb-test-module'; conf.DialogramApi = "API_BASE_URL"; conf.Platform = "mobile"; //use "web" if you are on webApp getStore(); //Inject store in your provider ``` and you'r readyt to go. # Base ## Act

8 lines (7 loc) 220 B
export default class SessionHelper { static getSessionStatus(): any; static getSessionToken(): any; static getSessionId(): any; static getSessionUserId(): any; static getSessionError(): any; }