|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.support.v4.app.NotificationCompat.Action
public static class NotificationCompat.Action
Field Summary | |
---|---|
PendingIntent |
actionIntent
|
int |
icon
|
java.lang.CharSequence |
title
|
Constructor Summary | |
---|---|
NotificationCompat.Action(int icon_,
java.lang.CharSequence title_,
PendingIntent intent_)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int icon
public java.lang.CharSequence title
public PendingIntent actionIntent
Constructor Detail |
---|
public NotificationCompat.Action(int icon_, java.lang.CharSequence title_, PendingIntent intent_)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |