NetworkConnectionState
列舉 |
NETWORK_CONNECTION_STATE_UNSPECIFIED |
未指定網路連線狀態。 |
ONLINE |
網路已連線,且可以使用網際網路連線。 |
CONNECTED |
網路已連線,且未處於偵測到的入口網站狀態,但可能無法連上網際網路。 |
PORTAL |
已連上網路,但偵測到入口網站狀態。網際網路連線可能受到限制。 |
CONNECTING |
網路正在連線中。 |
NOT_CONNECTED |
未連上網路。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-07-29 (世界標準時間)。
[null,null,["上次更新時間:2024-07-29 (世界標準時間)。"],[[["Indicates the current state of the network connection, ranging from unspecified to specific states like online or disconnected."],["Includes states like `ONLINE` for internet access, `CONNECTED` for network access without guaranteed internet, and `PORTAL` for captive portals."],["Provides states for active connection processes (`CONNECTING`) and a lack of connection (`NOT_CONNECTED`)."],["Uses specific enums to represent each network connection state, allowing for programmatic checks and actions."]]],[]]