com.pankia.api.manager
クラス NotificationManager
java.lang.Object
com.pankia.api.manager.NotificationManager
public class NotificationManager
- extends java.lang.Object
PankiaのNotificationを表示。 NotificationManagerを各アクティビティに表示するには、
各アクティビティでそれぞれsetupする。
|
メソッドの概要 |
void |
finish()
|
void |
setup(Context context,
ViewGroup parent)
Notificationを初期化する。 |
void |
show(Drawable image,
java.lang.String title,
java.lang.String message,
java.lang.Object... args)
|
void |
show(Drawable image,
java.lang.String title,
java.lang.String extLabel,
java.lang.String message,
java.lang.Object... args)
|
void |
show(int imageId,
int titleId,
int messageId,
java.lang.Object... args)
|
void |
start()
|
void |
stop()
|
| クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationManager
public NotificationManager(Resources resources)
- Pankia内部用
setup
public void setup(Context context,
ViewGroup parent)
- Notificationを初期化する。
- パラメータ:
context - parent -
finish
public void finish()
start
public void start()
stop
public void stop()
show
public void show(Drawable image,
java.lang.String title,
java.lang.String extLabel,
java.lang.String message,
java.lang.Object... args)
show
public void show(Drawable image,
java.lang.String title,
java.lang.String message,
java.lang.Object... args)
show
public void show(int imageId,
int titleId,
int messageId,
java.lang.Object... args)