public static interface FirebaseAppCheck.AppCheckListener

Public Method Summary

abstract void
onAppCheckTokenChanged(AppCheckToken token)
This method gets invoked on the UI thread on changes to the token state.

Public Methods

public abstract void onAppCheckTokenChanged (AppCheckToken token)

This method gets invoked on the UI thread on changes to the token state. Does not trigger on token expiry.

Parameters
token