MoEngage-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
MoEngage-Android-SDK
core
/
com.moengage.core.exceptions
/
SdkNotInitializedException
Sdk
Not
Initialized
Exception
class
SdkNotInitializedException
:
Exception
Exception thrown if SDK initialised.
Members
Constructors
Sdk
Not
Initialized
Exception
Link copied to clipboard
constructor
(
)
constructor
(
detailMessage
:
String
?
)
constructor
(
throwable
:
Throwable
?
)
constructor
(
detailMessage
:
String
?
,
throwable
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?