Skip to content

Commit

Permalink
update doc string for appkit
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxsong committed Jan 18, 2024
1 parent 6c3a07c commit c88d099
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/firestore/app/appkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ export class RoarAppkit {
* @param {boolean} markAsUnreliable - Whether or not to mark the run as unreliable, defaults to true
* @method
* @async
*
* Please note that calling this function with a new set of engagement flags will
* overwrite the previous set.
*/
async updateEngagementFlags(flagNames: string[], markAsUnreliable = true) {
if (this._started) {
Expand Down

0 comments on commit c88d099

Please sign in to comment.