InitializationResultListener

fun fun interface InitializationResultListener

Provides callbacks on ServiceManager.initialize

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onInitializationFinished
Link copied to clipboard
abstract fun onInitializationFinished(error: BDError?)
This method is invoked when the authentication is completed either with a success or an error.
toString
Link copied to clipboard
open fun toString(): String