Android SDK Version


public class WebDialog.Companion
Field Summary
Modifier and TypeFieldDescription
private final BooleanDISABLE_SSL_CHECK_FOR_TESTING
public final static WebDialog.CompanionINSTANCE
Method Summary
Modifier and TypeMethodDescription
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()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

newInstance

 final WebDialognewInstance(Context context, String action, Bundle parameters, Integer theme, WebDialog.OnCompleteListener listener)

newInstance

 final WebDialognewInstance(Context context, String action, Bundle parameters, Integer theme, LoginTargetApp targetApp, WebDialog.OnCompleteListener listener)

getWebDialogTheme

 final IntegergetWebDialogTheme()
Gets the theme used by com.facebook.internal.WebDialog

setWebDialogTheme

 final UnitsetWebDialogTheme(Integer theme)
Sets the theme used by com.facebook.internal.WebDialog
Parameters:
theme - A theme to use

setInitCallback

 final UnitsetInitCallback(WebDialog.InitCallback callback)

getDISABLE_SSL_CHECK_FOR_TESTING

 final BooleangetDISABLE_SSL_CHECK_FOR_TESTING()