Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
42b5a6b2
authored
Aug 15, 2022
by
Niklas Baudy
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
DefaultMediaNotificationProvider: Fix missing comma in documentation.
parent
fe0cf052
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java
libraries/session/src/main/java/androidx/media3/session/DefaultMediaNotificationProvider.java
View file @
42b5a6b2
...
@@ -139,7 +139,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi
...
@@ -139,7 +139,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi
/**
/**
* Sets the {@link MediaNotification#notificationId} used for the created notifications. By
* Sets the {@link MediaNotification#notificationId} used for the created notifications. By
* default this is set to {@link #DEFAULT_NOTIFICATION_ID}.
* default
,
this is set to {@link #DEFAULT_NOTIFICATION_ID}.
*
*
* @param notificationId The notification ID.
* @param notificationId The notification ID.
* @return This builder.
* @return This builder.
...
@@ -152,7 +152,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi
...
@@ -152,7 +152,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi
/**
/**
* Sets the ID of the {@link NotificationChannel} on which created notifications are posted on.
* Sets the ID of the {@link NotificationChannel} on which created notifications are posted on.
* By default this is set to {@link #DEFAULT_CHANNEL_ID}.
* By default
,
this is set to {@link #DEFAULT_CHANNEL_ID}.
*
*
* @param channelId The channel ID.
* @param channelId The channel ID.
* @return This builder.
* @return This builder.
...
@@ -165,7 +165,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi
...
@@ -165,7 +165,7 @@ public class DefaultMediaNotificationProvider implements MediaNotification.Provi
/**
/**
* Sets the name of the {@link NotificationChannel} on which created notifications are posted
* Sets the name of the {@link NotificationChannel} on which created notifications are posted
* on. By default this is set to {@link #DEFAULT_CHANNEL_NAME_RESOURCE_ID}.
* on. By default
,
this is set to {@link #DEFAULT_CHANNEL_NAME_RESOURCE_ID}.
*
*
* @param channelNameResourceId The string resource ID with the channel name.
* @param channelNameResourceId The string resource ID with the channel name.
* @return This builder.
* @return This builder.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment