getPushTemplate

suspend fun SendbirdChat.getPushTemplate(): String
suspend fun SendbirdChat.HMS.getPushTemplate(): String

Gets push template option for the current User. For details of push template option, refer to setPushTemplate. This can be used, for instance, when you need to check the push notification content preview is on or off at the moment.

Since

4.15.0


fun SendbirdChat.getPushTemplate(handler: ResultHandler<String>?)
fun SendbirdChat.HMS.getPushTemplate(handler: ResultHandler<String>?)

Gets push template option for the current User. For details of push template option, refer to setPushTemplate. This can be used, for instance, when you need to check the push notification content preview is on or off at the moment.

Since

4.15.0

Parameters

handler

Callback handler.