-
public class WebDialog
-
-
Method Summary
Modifier and Type Method Description static intgetWebDialogTheme()Gets the theme used by com.facebook.internal.WebDialog static voidsetWebDialogTheme(int theme)Sets the theme used by com.facebook.internal.WebDialog -
-
Method Detail
-
getWebDialogTheme
static int getWebDialogTheme()
Gets the theme used by com.facebook.internal.WebDialog
-
setWebDialogTheme
static void setWebDialogTheme(int theme)
Sets the theme used by com.facebook.internal.WebDialog
- Parameters:
theme- A theme to use
-
-
-
-