Format plural for numClients

This commit is contained in:
Mygod
2021-05-28 22:36:16 -04:00
parent 9d5d7052d3
commit 0796c689d3
3 changed files with 4 additions and 3 deletions

View File

@@ -76,9 +76,10 @@ object WifiApManager {
/**
* Called when number of connected clients to soft AP changes.
*
* It is not recommended to use this legacy method on API 30+.
*
* @param numClients number of connected clients
*/
@Deprecated("onConnectedClientsChanged")
fun onNumClientsChanged(numClients: Int) { }
/**