springboard

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 7, 2023 License: MIT Imports: 3 Imported by: 0

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 NewClient

func NewClient(udid string) (*Client, error)

func (*Client) Close

func (c *Client) Close() error

func (*Client) GetIcon

func (c *Client) GetIcon(bundleID string) ([]byte, error)

func (*Client) GetInterfaceOrientation

func (c *Client) GetInterfaceOrientation() (Orientation, error)

func (*Client) GetWallpaper

func (c *Client) GetWallpaper() ([]byte, error)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL