-
public class WebDialog
-
-
Method Summary
Modifier and Type Method Description final static IntegergetWebDialogTheme()Gets the theme used by com.facebook.internal.WebDialog final static UnitsetWebDialogTheme(Integer theme)Sets the theme used by com.facebook.internal.WebDialog -
-
Method Detail
-
getWebDialogTheme
final static Integer getWebDialogTheme()
Gets the theme used by com.facebook.internal.WebDialog
-
setWebDialogTheme
final static Unit setWebDialogTheme(Integer theme)
Sets the theme used by com.facebook.internal.WebDialog
- Parameters:
theme- A theme to use
-
-
-
-