|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.tamanegi.wallpaper.multipicture.plugin.PictureSourceContract
public final class PictureSourceContract
The contract between the live wallpaper and plugins.
| フィールドの概要 | |
|---|---|
static String |
ACTION_GET_PICTURE_SOURCE
Activity Action: Start settings of plugin. |
static String |
EXTRA_CLEAR_PREVIOUS
Extra key of boolean value to preserve previous settings. |
static String |
EXTRA_DESCRIPTION
Extra key of String value for human readable description. |
static String |
EXTRA_KEY
Extra key of String value to indicate configuration key. |
static String |
EXTRA_SERVICE_NAME
Extra key of ComponentName value to indicate LazyPickService. |
| コンストラクタの概要 | |
|---|---|
PictureSourceContract()
|
|
| メソッドの概要 |
|---|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final String ACTION_GET_PICTURE_SOURCE
EXTRA_KEY and EXTRA_CLEAR_PREVIOUSEXTRA_DESCRIPTION and EXTRA_SERVICE_NAME
public static final String EXTRA_KEY
String value to indicate configuration key.
SharedPreferences.
public static final String EXTRA_CLEAR_PREVIOUS
boolean value to preserve previous settings.
true if settings should reset settings even if previous settings exist.false if settings should preserve previous settings.
public static final String EXTRA_DESCRIPTION
String value for human readable description.
public static final String EXTRA_SERVICE_NAME
ComponentName value to indicate LazyPickService.
| コンストラクタの詳細 |
|---|
public PictureSourceContract()
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||