Skip to content

Commit

Permalink
Fix KDoc for RumMonitor#stopSession
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Jan 9, 2025
1 parent 285ae49 commit bd05ee7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ interface RumMonitor {

/**
* Stops the current session.
* A new session will start in response to a call to `startView`, `addAction`, or
* `startAction`. If the session is started because of a call to `addAction`,
* or `startAction`, the last know view is restarted in the new session.
* A new session will start in response to a call to [startView], [addAction], or
* [startAction]. If the session is started because of a call to [addAction],
* or [startAction], the last know view is restarted in the new session.
*/
fun stopSession()

Expand Down

0 comments on commit bd05ee7

Please sign in to comment.