toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.authentication.presentation
/
AuthLogoutActivity
Auth
Logout
Activity
class
AuthLogoutActivity
:
ActivityResultContract
<
String
?
,
String
?
>
Members
Constructors
Auth
Logout
Activity
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
create
Intent
Link copied to clipboard
open
override
fun
createIntent
(
context
:
Context
,
input
:
String
?
)
:
Intent
parse
Result
Link copied to clipboard
open
override
fun
parseResult
(
resultCode
:
Int
,
intent
:
Intent
?
)
:
String
?
Inherited functions
get
Synchronous
Result
Link copied to clipboard
open
fun
getSynchronousResult
(
context
:
Context
,
input
:
String
?
)
:
ActivityResultContract.SynchronousResult
<
String
?
>
?