public class

HtcLSNotification

extends Object
implements Parcelable
java.lang.Object
   ↳ com.htc.lockscreen.ntf.HtcLSNotification

Summary

Nested Classes
class HtcLSNotification.Button  
Constants
int BUTTON_SIZE
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
HtcLSNotification()
HtcLSNotification(long when)
HtcLSNotification(Context context, int id)
HtcLSNotification(Parcel parcel)
Public Methods
HtcLSNotification.Button getButton(int index)
String getContent()
String getDescript()
PendingIntent getDropPendingIntent()
String getFrom()
int getIcon()
Bitmap getLargeIcon()
String getLocation()
String getTitle()
long getWhen()
void setButton(HtcLSNotification.Button button, int index)
void setContent(String content)
void setDescript(String descript)
void setDropPendingIntent(PendingIntent intent)
void setFrom(String from)
void setIcon(int icon)
void setLargeIcon(Bitmap bitmap)
void setLocation(String location)
void setTitle(String title)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Constants

public static final int BUTTON_SIZE

Since: API Level 4.2

Constant Value: 2 (0x00000002)

Public Constructors

public HtcLSNotification ()

Since: API Level 2.2

public HtcLSNotification (long when)

Since: API Level 2.2

public HtcLSNotification (Context context, int id)

Since: API Level 2.2

public HtcLSNotification (Parcel parcel)

Since: API Level 2.2

Public Methods

public HtcLSNotification.Button getButton (int index)

Since: API Level 4.2

public String getContent ()

Since: API Level 2.2

public String getDescript ()

Since: API Level 2.2

public PendingIntent getDropPendingIntent ()

Since: API Level 2.2

public String getFrom ()

Since: API Level 2.2

public int getIcon ()

Since: API Level 2.2

public Bitmap getLargeIcon ()

Since: API Level 2.2

public String getLocation ()

Since: API Level 2.2

public String getTitle ()

Since: API Level 2.2

public long getWhen ()

Since: API Level 2.2

public void setButton (HtcLSNotification.Button button, int index)

Since: API Level 4.2

public void setContent (String content)

Since: API Level 2.2

public void setDescript (String descript)

Since: API Level 2.2

public void setDropPendingIntent (PendingIntent intent)

Since: API Level 2.2

public void setFrom (String from)

Since: API Level 2.2

public void setIcon (int icon)

Since: API Level 2.2

public void setLargeIcon (Bitmap bitmap)

Since: API Level 2.2

public void setLocation (String location)

Since: API Level 2.2

public void setTitle (String title)

Since: API Level 2.2