| Fields | ||
|---|---|---|
| protected java.lang.String | mName | |
| protected java.lang.String | mTitle | |
| protected java.lang.String | mMessage | |
| protected long | mTime | |
| protected int | mCount | |
| protected long | mSourceId | |
| protected java.lang.String | mContactReference | |
| protected java.lang.String | mProfileImageUri | |
| protected java.lang.String | mFriendKey | |
| protected final Context | mContext | |
| Public Constructors | |
|---|---|
|
NotificationWidgetEvent(Context context)
Create notification widget event. |
|
| Public Methods | |
|---|---|
| boolean | equals(java.lang.Object object) |
| int | hashCode() |
| long |
getTime()
Get the time. |
| void |
setTime(long time)
Set the time. |
| int |
getCount()
Get the count. |
| void |
setCount(int count)
Set the count. |
| long |
getSourceId()
Get the source id. |
| void |
setSourceId(long sourceId)
Set the source id. |
| void |
setName(java.lang.String name)
Set the name. |
| void |
setTitle(java.lang.String title)
Set the title. |
| void |
setMessage(java.lang.String message)
Set the message. |
| void |
setContactReference(java.lang.String contactReference)
Set the contact reference. |
| void |
setProfileImageUri(java.lang.String profileImageUri)
Set the profile image URI. |
| Bitmap |
getImage()
Get the widget image. |
| java.lang.String |
getName()
Get the name. |
| java.lang.String |
getTitle()
Get the title. |
| java.lang.String |
getFriendKey()
Get the friend key. |
| void |
setFriendKey(java.lang.String friendKey)
Set the friend key. |
Create notification widget event.
| context | The context. |
|---|
Object in Object
| object |
|---|
Get the time.
The time.
Set the time.
| time | The time. |
|---|
Get the count.
The count.
Set the count.
| count | The count. |
|---|
Get the source id.
The source id.
Set the source id.
| sourceId | The source id. |
|---|
Set the name.
| name | The name. |
|---|
Set the title.
| title | The title. |
|---|
Set the message.
| message | The message. |
|---|
Set the contact reference.
| contactReference | The contact reference. |
|---|
Set the profile image URI.
| profileImageUri | The profile image URI. |
|---|
Get the widget image.
The image.
Get the name.
The name.
Get the title.
The title.
Get the friend key.
The friend key.
Set the friend key.
| friendKey | The friend key. |
|---|
The notification widget event class represents an event in the notification database.