Presenter

open class Presenter<A : GigyaAccount?> : IPresenter<A>

Constructors

Link copied to clipboard
constructor(context: Context, config: Config, pfgFactory: IWebViewFragmentFactory<A>)

Types

Link copied to clipboard
open class Consts

Properties

Link copied to clipboard
val ARG_OBFUSCATE: String = "arg_obfuscate"
Link copied to clipboard
val ARG_STYLE_SHOW_FULL_SCREEN: String = "arg_style_show_full_screen"

Functions

Link copied to clipboard
open fun flush()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getPresentationUrl(params: Map<String, Any>, requestType: String): String
Link copied to clipboard
open fun showNativeLoginProviders(providers: List<String>, businessApiService: IBusinessApiService, params: Map<String, Any>, gigyaLoginCallback: GigyaLoginCallback<A>)
Link copied to clipboard
open fun showPlugin(obfuscate: Boolean, plugin: String, fullScreen: Boolean, params: Map<String, Any>, gigyaPluginCallback: GigyaPluginCallback<A>)