public static interface DownloadNotification.ICustomNotification
| Modifier and Type | Method and Description |
|---|---|
void |
setCurrentBytes(long currentBytes) |
void |
setIcon(int iconResource) |
void |
setPendingIntent(android.app.PendingIntent mContentIntent) |
void |
setTicker(CharSequence ticker) |
void |
setTimeRemaining(long timeRemaining) |
void |
setTitle(CharSequence title) |
void |
setTotalBytes(long totalBytes) |
android.app.Notification |
updateNotification(android.content.Context c) |
void setTitle(CharSequence title)
void setTicker(CharSequence ticker)
void setPendingIntent(android.app.PendingIntent mContentIntent)
void setTotalBytes(long totalBytes)
void setCurrentBytes(long currentBytes)
void setIcon(int iconResource)
void setTimeRemaining(long timeRemaining)
android.app.Notification updateNotification(android.content.Context c)
Copyright © 2012–2014 simpligility technologies inc.. All rights reserved.