BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-digital
/
com.microblink.digital
/
GmailAuthException
Gmail
Auth
Exception
class
GmailAuthException
:
Exception
Members
Constructors
Gmail
Auth
Exception
Link copied to clipboard
constructor
(
@
NonNull
message
:
String
)
constructor
(
@
NonNull
message
:
String
,
requestCode
:
Int
,
@
Nullable
apiException
:
ApiException
,
@
Nullable
signInIntent
:
Intent
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
request
Code
Link copied to clipboard
val
requestCode
:
Int
sign
In
Intent
Link copied to clipboard
@get:
Nullable
val
signInIntent
:
Intent
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
StackTraceElement
>
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Api
Exception
Code
Link copied to clipboard
@
Nullable
open
fun
getApiExceptionCode
(
)
:
ApiException
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String