Class IncodeException.DeviceEnvironmentException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class IncodeException.DeviceEnvironmentException extends IncodeException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIncodeException.DeviceEnvironmentException.EmulatorDetectedExceptionException thrown if the SDK detects it's running on an Android Emulator.
Error Message: Emulator detected. Emulators aren't supported outside of test mode!
public final classIncodeException.DeviceEnvironmentException.HookDetectedExceptionException thrown if the SDK detects a hooking framework is getting close to its code.
Error Message: Hooking framework detected within proximity of sensitive code. Using hooking frameworks isn't supported outside of test mode!
public final classIncodeException.DeviceEnvironmentException.VirtualEnvironmentDetectedExceptionException thrown if the SDK detects it's running inside a virtual environment.
Error Message: Virtual environment detected. Running in a virtual environment isn't supported outside of test mode!
public final classIncodeException.DeviceEnvironmentException.RootDetectedExceptionException thrown if the SDK detects the device is capable of granting a user root access.
Error Message: Root access detected. Rooted devices aren't supported outside of test mode!
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final IntegertitleResIdprivate final IntegersubtitleResIdprivate final Throwablecauseprivate final BooleanisTerminalprivate final BooleanwritableStackTrace
-
Method Summary
Modifier and Type Method Description StringgetMessage()IntegergetTitleResId()IntegergetSubtitleResId()-
Methods inherited from class com.incode.welcome_sdk.commons.exceptions.IncodeException
getCause, getWritableStackTrace, isDeviceEnvironmentException, isTerminal -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
String getMessage()
-
getTitleResId
Integer getTitleResId()
-
getSubtitleResId
Integer getSubtitleResId()
-
-
-
-