sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.ui.plugin
/
IGigyaPluginFragment
IGigya
Plugin
Fragment
interface
IGigyaPluginFragment
<
A
:
GigyaAccount
?
>
Inheritors
GigyaPluginFragment
Members
Functions
dismiss
When
Done
Link copied to clipboard
abstract
fun
dismissWhenDone
(
)
evaluate
Activity
Result
Link copied to clipboard
abstract
fun
evaluateActivityResult
(
requestCode
:
Int
,
resultCode
:
Int
,
data
:
Intent
)
evaluate
Permissions
Result
Link copied to clipboard
abstract
fun
evaluatePermissionsResult
(
requestCode
:
Int
,
@
NonNull
permissions
:
Array
<
String
>
,
@
NonNull
grantResults
:
Array
<
Int
>
)
load
Url
Link copied to clipboard
abstract
fun
loadUrl
(
fragmentView
:
View
)
set
Callback
Link copied to clipboard
abstract
fun
setCallback
(
gigyaPluginCallback
:
GigyaPluginCallback
<
A
>
)
set
Html
Link copied to clipboard
abstract
fun
setHtml
(
html
:
String
)
set
Up
Ui
Elements
Link copied to clipboard
abstract
fun
setUpUiElements
(
fragmentView
:
View
)
set
Up
Web
View
Element
Link copied to clipboard
abstract
fun
setUpWebViewElement
(
)