refreshCustomDataDidFinish

abstract fun refreshCustomDataDidFinish(success: Boolean, error: String)

Notify when the custom data had been refreshed or when it failed.

Since

1.27

Parameters

success

The boolean to know if the custom data were refreshed or not.

error

The error message received in case of success = false else empty string.