iAdvize Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
iAdvize Android SDK
iAdvize Android SDK
/
com.iadvize.conversation.sdk
/
IAdvizeSDK
/
Error
/
InvalidConversationException
Invalid
Conversation
Exception
class
InvalidConversationException
(
message
:
String
?
)
:
IAdvizeSDK.Error
Exception thrown when the current conversation is in an invalid state.
Members
Constructors
Invalid
Conversation
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?