Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Class Info |
|---|
public class NotificationConfig implements Parcelable Configurations of the audio playback control in the notification bar. |
Qualifier and Type |
Method Name and Description |
|---|---|
PendingIntent |
Obtains the intent of the previous song. |
PendingIntent |
Obtains the intent of the song that is being played. |
PendingIntent |
Obtains the intent of the next song. |
boolean |
Whether the current playback queue is empty. |
Bitmap |
Obtains the album cover of the song being played by the audio playback control in the notification bar. |
String |
Obtains the singer name of the song that is being played. |
String |
Obtains the name of the song that is being played. |
Method |
|---|
public PendingIntent getPrePendingIntent() Obtains the intent of the previous song. |
Returns
Type |
Description |
|---|---|
PendingIntent |
Intent of the previous song. |
Method |
|---|
public PendingIntent getPlayPendingIntent() Obtains the intent of the song that is being played. |
Returns
Type |
Description |
|---|---|
PendingIntent |
Intent of the song that is being played. |
Method |
|---|
public PendingIntent getNextPendingIntent() Obtains the intent of the next song. |
Returns
Type |
Description |
|---|---|
PendingIntent |
Intent of the next song. |
Method |
|---|
public boolean isQueueEmpty() Whether the current playback queue is empty. |
Returns
Type |
Description |
|---|---|
boolean |
Whether the current playback queue is empty.
|
Method |
|---|
public Bitmap getBitmap() Obtains the album cover of the song being played by the audio playback control in the notification bar. |
Returns
Type |
Description |
|---|---|
Bitmap |
Album cover of the song being played by the audio playback control in the notification bar. |
Method |
|---|
public String getSingerName() Obtains the singer's name of the song that is being played. |
Returns
Type |
Description |
|---|---|
String |
Singer's name of the song that is being played. |
Method |
|---|
public String getSongName() Obtains the name of the song that is being played. |
Returns
Type |
Description |
|---|---|
String |
Name of the song that is being played. |