STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.call
/
CallError
Call
Error
open
class
CallError
:
Error
Content copied to clipboard
fail reasons when launch VoIP call
Types
Constructors
Functions
Inheritors
Constructors
Call
Error
Link copied to clipboard
open
fun
CallError
(
code
:
Int
,
@
Nullable
message
:
String
)
Content copied to clipboard
Constructor to define a new VoIP call error.
Types
Error
Code
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
ErrorCode
Content copied to clipboard
fail reasons when launch VoIP call
Functions
get
Code
Link copied to clipboard
open
fun
getCode
(
)
:
Int
Content copied to clipboard
Get the error code.
get
Message
Link copied to clipboard
@
Nullable
open
fun
getMessage
(
)
:
String
Content copied to clipboard
Get the description message for the error.
Inheritors
EmergencyAmbientListeningCallError
Link copied to clipboard