Skip to content

Commit

Permalink
Docs: improve applyDynamicConfig description
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Dec 20, 2024
1 parent 8132dd2 commit 6c52e02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions p2pml/src/main/java/com/novage/p2pml/P2PMediaLoader.kt
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ class P2PMediaLoader private constructor(
/**
* Applies dynamic core configurations to the `P2PMediaLoader` engine.
*
* @param dynamicCoreConfigJson A JSON string containing dynamic core configurations for the P2P engine.
* Refer to the [DynamicCoreConfig Documentation](https://novage.github.io/p2p-media-loader/docs/v2.1.0/types/p2p_media_loader_core.DynamicCoreConfig.html).
* @param dynamicCoreConfigJson A JSON string containing dynamic core configurations for the P2P engine.
* Refer to the [DynamicCoreConfig Documentation](https://novage.github.io/p2p-media-loader/docs/v2.1.0/types/p2p_media_loader_core.DynamicCoreConfig.html).
* @throws IllegalStateException if P2PMediaLoader is not started
*/
fun applyDynamicConfig(dynamicCoreConfigJson: String) {
ensureStarted()
Expand Down

0 comments on commit 6c52e02

Please sign in to comment.