sippo-sdk / com.quobis.sippo.sipposdk.session / Sessions / fetchProviders

fetchProviders

fun fetchProviders(onComplete: (Either<List<Map<String, String>>, SippoResourceError>) -> Unit): Unit

Fetches the available providers.

Parameters

onComplete - Callback that will be invoked when the request is completed. It will receive the available providers in case of success or a SippoResourceError otherwise.