authenticateAnonymously

fun authenticateAnonymously(onAuthenticateAnonymouslyListener: OnAuthenticateAnonymouslyListener, handler: Handler = Handler(Looper.getMainLooper()))

Authenticate anonymously by generating a dummy user. The dummy user persist until the app is uninstalled.

Parameters

onAuthenticateAnonymouslyListener

The listener.

handler

The handler of the thread on which the listener is called.