NetworkConnectionState
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
নেটওয়ার্ক সংযোগের অবস্থা।
Enums |
---|
NETWORK_CONNECTION_STATE_UNSPECIFIED | নেটওয়ার্ক সংযোগের অবস্থা অনির্দিষ্ট। |
ONLINE | নেটওয়ার্ক সংযুক্ত এবং ইন্টারনেট সংযোগ উপলব্ধ। |
CONNECTED | নেটওয়ার্ক সংযুক্ত এবং একটি সনাক্ত করা পোর্টাল অবস্থায় নেই, কিন্তু ইন্টারনেট সংযোগ উপলব্ধ নাও হতে পারে৷ |
PORTAL | নেটওয়ার্ক সংযুক্ত কিন্তু একটি পোর্টাল অবস্থা সনাক্ত করা হয়েছে. ইন্টারনেট সংযোগ সীমিত হতে পারে। |
CONNECTING | নেটওয়ার্ক সংযোগ প্রক্রিয়ার মধ্যে আছে. |
NOT_CONNECTED | নেটওয়ার্ক সংযুক্ত নেই. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eIndicates the current state of the network connection, ranging from unspecified to specific states like online or disconnected.\u003c/p\u003e\n"],["\u003cp\u003eIncludes states like \u003ccode\u003eONLINE\u003c/code\u003e for internet access, \u003ccode\u003eCONNECTED\u003c/code\u003e for network access without guaranteed internet, and \u003ccode\u003ePORTAL\u003c/code\u003e for captive portals.\u003c/p\u003e\n"],["\u003cp\u003eProvides states for active connection processes (\u003ccode\u003eCONNECTING\u003c/code\u003e) and a lack of connection (\u003ccode\u003eNOT_CONNECTED\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eUses specific enums to represent each network connection state, allowing for programmatic checks and actions.\u003c/p\u003e\n"]]],[],null,["# NetworkConnectionState\n\nNetwork connection state.\n\n| Enums ||\n|----------------------------------------|--------------------------------------------------------------------------------------------------------------|\n| `NETWORK_CONNECTION_STATE_UNSPECIFIED` | Network connection state unspecified. |\n| `ONLINE` | The network is connected and internet connectivity is available. |\n| `CONNECTED` | The network is connected and not in a detected portal state, but internet connectivity may not be available. |\n| `PORTAL` | The network is connected but a portal state was detected. Internet connectivity may be limited. |\n| `CONNECTING` | The network is in the process of connecting. |\n| `NOT_CONNECTED` | The network is not connected. |"]]