public static class

HtcLSNotification.Button

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

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
HtcLSNotification.Button()
HtcLSNotification.Button(Parcel parcel)
Public Methods
Bitmap getBitmap()
PendingIntent getPendingIntent()
String getString()
void setBitmap(Bitmap bitmap)
void setPendingIntent(PendingIntent intent)
void setString(String str)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Public Constructors

public HtcLSNotification.Button ()

Since: API Level 4.2

public HtcLSNotification.Button (Parcel parcel)

Since: API Level 4.2

Public Methods

public Bitmap getBitmap ()

Since: API Level 4.2

public PendingIntent getPendingIntent ()

Since: API Level 4.2

public String getString ()

Since: API Level 4.2

public void setBitmap (Bitmap bitmap)

Since: API Level 4.2

public void setPendingIntent (PendingIntent intent)

Since: API Level 4.2

public void setString (String str)

Since: API Level 4.2