iOS SDK 15.6.3,
Android SDK 15.4.1,
Hello Screen Dynamic States,
Bluedot Cordova plugin 4.0.1,
Bluedot Xamarin Android Wrapper 15.4.1,
Bluedot Xamarin iOS Wrapper 15.6.0,
Bluedot React Native wrapper 2.1.2,
Wave API.
Details here.
/* * Log out of an authenticated session with Bluedot back-end systems. * The fail function call provides a string with the reason for failure. */ exports.logOut = function( success, fail ) { exec( success, fail, "BDPointSDK", "logOut", [] ); }
This function ends an authenticated session with the Bluedot back-end.
This is a function that will be called on successfully logging out from the Bluedot back-end systems. This entails there is no longer an authenticated session available to your app.
None.
This is a function that will be called if logging out with the Bluedot back-end systems fails.
String – Reason for logging out failure.