onInitBillingFinished

abstract fun onInitBillingFinished(resultCode: Int)

Called when the initialization of the billing process is finished.

Parameters

resultCode

The result code indicating the success or failure of the initialization. Typically, a value of 0 indicates success, while other values indicate errors.