Skip to the content.

//[](../../../../index.html)/[pro.streem.sdk](../../index.html)/[Streem](../index.html)/[InvitationDialogResult](index.html)

InvitationDialogResult

[androidJvm]
sealed class InvitationDialogResult

Types

Name Summary
Error [androidJvm]
data class Error(val error: Throwable) : Streem.InvitationDialogResult
InviteAccepted [androidJvm]
class InviteAccepted(val invitationCode: String) : Streem.InvitationDialogResult
InviteDeclined [androidJvm]
class InviteDeclined(val invitationCode: String) : Streem.InvitationDialogResult

Inheritors

Name
InviteAccepted
InviteDeclined
Error