//****************** FEATURE FLAG CALLBACKS ******************* // Called when feature flags fetch has completed public void FeatureFlagsUpdated() { RunOnUiThread(() => { Toast.MakeText(Android.App.Application.Context, "FF[Key-AppInbox, Value-" + cleverTapAPI.FeatureFlag().Get("AppInbox", false) + " ]", ToastLength.Long).Show(); Log.Debug("CLEVERTAP", "FeatureFlagsUpdated"); }); }