Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetInterfaceOrientation ¶
func (c *Client) GetInterfaceOrientation() (Orientation, error)
func (*Client) GetWallpaper ¶
type Orientation ¶
type Orientation uint32
const ( Unknown Orientation = 0 Portrait Orientation = 1 PortraitUpsideDown Orientation = 2 Landscape Orientation = 3 LandscapeHomeToLeft Orientation = 4 )
func (Orientation) String ¶
func (i Orientation) String() string
Click to show internal directories.
Click to hide internal directories.