iOS SDK 15.6.7,
Android SDK 15.5.3,
Hello Screen Dynamic States,
Bluedot Cordova plugin 4.0.1,
Bluedot Xamarin Android wrapper 15.5.2,
Bluedot Xamarin iOS wrapper 15.6.6,
Bluedot React Native wrapper 2.3.0,
/* * 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.