setPushSound

suspend fun SendbirdChat.setPushSound(sound: String)
suspend fun SendbirdChat.HMS.setPushSound(sound: String)

Deprecated

As of 4.17.0, replaced with awaitSetPushSound(sound).

Replace with

awaitSetPushSound(sound)

Sets the push notification sound file path for the current User. This setting will be delivered on push notification payload.

Since

4.15.0

Parameters

sound

Sound file path.