STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.account
/
STWAccountError
STWAccount
Error
open
class
STWAccountError
:
Error
Content copied to clipboard
Types
Constructors
Inherited functions
Constructors
STWAccount
Error
Link copied to clipboard
open
fun
STWAccountError
(
code
:
Int
,
@
Nullable
message
:
String
)
Content copied to clipboard
Constructor to define a new error for callback.
Types
Account
Error
Code
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
AccountErrorCode
Content copied to clipboard
error codes
Account
Error
Message
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
AccountErrorMessage
Content copied to clipboard
messages to be shown
Inherited functions
get
Code
Link copied to clipboard
open
fun
getCode
(
)
:
Int
Content copied to clipboard
get
Message
Link copied to clipboard
@
Nullable
open
fun
getMessage
(
)
:
String
Content copied to clipboard