PopupWindowPosition enum

The position of pop up window.

Fields

center = 0

PopupWindowPosition would be located in center of screen.

leftBottom = 4

PopupWindowPosition would be located in left bottom of screen.

leftTop = 2

PopupWindowPosition would be located in left top of screen.

rightBottom = 3

PopupWindowPosition would be located in right bottom of screen.

rightTop = 1

PopupWindowPosition would be located in right top of screen.