Livestream Callbacks
Overview
Link Click Listener
setOnLinkClicked()
fun setOnLinkClicked(listener: OnLinkClickListener?)fun interface OnLinkClickListener {
fun onLinkClick(title: String?, url: String?, videoInfo: VideoInfo)
}Interaction Listener
setOnInteractionListener()
onUserSubmitAnswerToQuestion()
onUserSelectOptionForPoll()
onUserJoinGiveaway()
onUserSendMessage()
onUserSendLike()
Giveaway Terms and Conditions Listener
setOnGiveawayTermsAndConditionsClickListener()
Username Update Listener
setOnUpdateUsernameListener()
onUsernameUpdateSuccessfully()
onUsernameUpdateFailed()
VideoInfo Context
Best Practices
Return Values
Performance
Related Documentation
API Summary
Callback
Description
Return Type
Last updated
Was this helpful?