You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/background-http/README.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -192,13 +192,10 @@ The request object parameter has the following properties:
192
192
| `androidRingToneEnabled ` | `boolean` | (Android only) Used to set if a ringtone should be played upon upload completion. Default is true. Please note that this flag has no effect when `androidAutoClearNotification` is set to true. |
193
193
| `androidNotificationChannelID` | `string` | (Android only) Used to set the channel ID for the notifications. |
194
194
195
-
**Note**:- Android Notification titles/messages can be constructed with one of the following placeholders which will be replaced by the system.
196
-
197
-
Replaced with the current upload rate/speed `[upload_rate]`
198
-
199
-
Replaced with the current upload progress `[upload_progress]`
200
-
201
-
Replaced with the elapsed time `[upload_elapsed_time]`
195
+
> **Note**: The Android Notification titles/messages can be constructed with one of the following placeholders which will be replaced by the system:
196
+
> - `[upload_rate]`: replaced with the current upload rate/speed
197
+
> - `[upload_progress]`: replaced with the current upload progress
198
+
> - `[upload_elapsed_time]`: replaced with the elapsed time
202
199
203
200
### Task object
204
201
@@ -314,7 +311,7 @@ The request object parameter has the following properties:
314
311
| `androidRingToneEnabled ` | `boolean` | (`Android-only`) Used to set if a ringtone should be played upon upload completion. Default is true. Please note that this flag has no effect when `androidAutoClearNotification` is set to true. |
315
312
| `androidNotificationChannelID` | `string` | (`Android-only`) Used to set the channel ID for the notifications. |
316
313
317
-
> **Note**: The Android Notification titles/messages above can be constructed with one of the following placeholders which will be replaced by the system:
314
+
> **Note**: The Android Notification titles/messages can be constructed with one of the following placeholders which will be replaced by the system:
318
315
> - `[upload_rate]`: replaced with the current upload rate/speed
319
316
> - `[upload_progress]`: replaced with the current upload progress
320
317
> - `[upload_elapsed_time]`: replaced with the elapsed time
0 commit comments