Class IncodeException.PermissionNotGranted
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class IncodeException.PermissionNotGranted extends IncodeException
Indicates that the user denied a mandatory permission. The permission can be one of the following:
android.Manifest.permission.RECORD_AUDIO or SCREEN_CAPTURE.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringPERMISSION_SCREEN_CAPTUREprivate final Stringmessageprivate final Stringpermissionprivate final IntegertitleResIdprivate final IntegersubtitleResIdprivate final Throwablecause
-
Constructor Summary
Constructors Constructor Description IncodeException.PermissionNotGranted(String message, String permission, Integer titleResId, Integer subtitleResId)
-
Method Summary
Modifier and Type Method Description StringgetMessage()final StringgetPermission()IntegergetTitleResId()IntegergetSubtitleResId()-
Methods inherited from class com.incode.welcome_sdk.commons.exceptions.IncodeException
getCause -
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()
-
getPermission
final String getPermission()
-
getTitleResId
Integer getTitleResId()
-
getSubtitleResId
Integer getSubtitleResId()
-
-
-
-