pushConfiguration

abstract fun pushConfiguration(pushConfiguration: PushConfiguration): SinchClientBuilder

Sets the PushConfiguration to be used to deliver incoming call notifications. Currently Sinch SDK supports FCM and HMS notification providers. To create specific push configuration see FcmPushConfigurationBuilder or HmsPushConfigurationBuilder.

Return

The SinchClientBuilder instance.

Parameters

pushConfiguration

Push configuration to be used to deliver incoming notifications.