Sony Addon SDK

Added in API level 1

public static final enum

SmallAppWindow.WindowState

This project is no longer being supported and will not get any further updates.
extends java.lang.Enum
  1. java.lang.Object
  2. java.lang.Enum
  3. com.sony.smallapp.SmallAppWindow.WindowState

Class Overview

The state of the Window.

Summary

Enum Values
SmallAppWindow.WindowState FITTED The Window is fitted to the screen.
SmallAppWindow.WindowState MINIMIZED The Window is minimized and positioned to the edge of the screen.
SmallAppWindow.WindowState NORMAL General state of the Window.
Public Methods
static SmallAppWindow.WindowState[] values()
static SmallAppWindow.WindowState valueOf(java.lang.String name)

Enum Values

Added in API level 1 public static final SmallAppWindow.WindowState FITTED

The Window is fitted to the screen.

Added in API level 1 public static final SmallAppWindow.WindowState MINIMIZED

The Window is minimized and positioned to the edge of the screen.

Added in API level 1 public static final SmallAppWindow.WindowState NORMAL

General state of the Window.

Public Methods

public static SmallAppWindow.WindowState[] values()

public static SmallAppWindow.WindowState valueOf(java.lang.String name)

Parameters
name