NetworkConnectionState
Enum |
NETWORK_CONNECTION_STATE_UNSPECIFIED |
Status koneksi jaringan belum ditetapkan. |
ONLINE |
Jaringan terhubung dan konektivitas internet tersedia. |
CONNECTED |
Jaringan terhubung dan tidak dalam status portal yang terdeteksi, tetapi konektivitas internet mungkin tidak tersedia. |
PORTAL |
Jaringan terhubung, tetapi status portal terdeteksi. Koneksi internet mungkin terbatas. |
CONNECTING |
Jaringan sedang dalam proses menghubungkan. |
NOT_CONNECTED |
Jaringan tidak terhubung. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-07-29 UTC.
[null,null,["Terakhir diperbarui pada 2024-07-29 UTC."],[[["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."]]],[]]