public class V14CustomNotification extends Object implements DownloadNotification.ICustomNotification
| Constructor and Description |
|---|
V14CustomNotification() |
| Modifier and Type | Method and Description |
|---|---|
void |
setCurrentBytes(long currentBytes) |
void |
setIcon(int icon) |
void |
setPendingIntent(android.app.PendingIntent contentIntent) |
void |
setTicker(CharSequence ticker) |
void |
setTimeRemaining(long timeRemaining) |
void |
setTitle(CharSequence title) |
void |
setTotalBytes(long totalBytes) |
android.app.Notification |
updateNotification(android.content.Context c) |
public void setIcon(int icon)
setIcon in interface DownloadNotification.ICustomNotificationpublic void setTitle(CharSequence title)
setTitle in interface DownloadNotification.ICustomNotificationpublic void setTotalBytes(long totalBytes)
setTotalBytes in interface DownloadNotification.ICustomNotificationpublic void setCurrentBytes(long currentBytes)
setCurrentBytes in interface DownloadNotification.ICustomNotificationpublic android.app.Notification updateNotification(android.content.Context c)
updateNotification in interface DownloadNotification.ICustomNotificationpublic void setPendingIntent(android.app.PendingIntent contentIntent)
setPendingIntent in interface DownloadNotification.ICustomNotificationpublic void setTicker(CharSequence ticker)
setTicker in interface DownloadNotification.ICustomNotificationpublic void setTimeRemaining(long timeRemaining)
setTimeRemaining in interface DownloadNotification.ICustomNotificationCopyright © 2012–2014 simpligility technologies inc.. All rights reserved.