-
public class WebDialog.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanDISABLE_SSL_CHECK_FOR_TESTINGpublic final static WebDialog.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final WebDialognewInstance(Context context, String action, Bundle parameters, Integer theme, WebDialog.OnCompleteListener listener)final WebDialognewInstance(Context context, String action, Bundle parameters, Integer theme, LoginTargetApp targetApp, WebDialog.OnCompleteListener listener)final IntegergetWebDialogTheme()Gets the theme used by com.facebook.internal.WebDialog final UnitsetWebDialogTheme(Integer theme)Sets the theme used by com.facebook.internal.WebDialog final UnitsetInitCallback(WebDialog.InitCallback callback)final BooleangetDISABLE_SSL_CHECK_FOR_TESTING()-
-
Method Detail
-
newInstance
final WebDialog newInstance(Context context, String action, Bundle parameters, Integer theme, WebDialog.OnCompleteListener listener)
-
newInstance
final WebDialog newInstance(Context context, String action, Bundle parameters, Integer theme, LoginTargetApp targetApp, WebDialog.OnCompleteListener listener)
-
getWebDialogTheme
final Integer getWebDialogTheme()
Gets the theme used by com.facebook.internal.WebDialog
-
setWebDialogTheme
final Unit setWebDialogTheme(Integer theme)
Sets the theme used by com.facebook.internal.WebDialog
- Parameters:
theme- A theme to use
-
setInitCallback
final Unit setInitCallback(WebDialog.InitCallback callback)
-
getDISABLE_SSL_CHECK_FOR_TESTING
final Boolean getDISABLE_SSL_CHECK_FOR_TESTING()
-
-
-
-