Refine documentation for onInfoChanged

This commit is contained in:
Mygod
2021-05-28 22:10:12 -04:00
parent 55cefdb26e
commit bb7efb6897

View File

@@ -96,6 +96,7 @@ object WifiApManager {
* Called when information of softap changes.
*
* @param info is the softap information. {@link SoftApInfo}
* At most one will be returned on API 30.
*/
@RequiresApi(30)
fun onInfoChanged(info: List<Parcelable>) { }