添加portal网络状态

Signed-off-by: huxiaomin <huxiaomin2@huawei.com>
This commit is contained in:
huxiaomin 2024-03-23 11:41:52 +08:00
parent 8672146d71
commit c008c9ef4f

View File

@ -1596,6 +1596,13 @@ declare namespace connection {
* @since 11
*/
NET_CAPABILITY_VALIDATED = 16,
/**
* Indicates that the network is portal.
* @syscap SystemCapability.Communication.NetManager.Core
* @atomicservice
* @since 12
*/
NET_CAPABILITY_PORTAL = 17
}
/**