-
public class WebDialog.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public 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)-
-
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)
-
-
-
-