REST Resource: edits.countryavailability
সম্পদ: TrackCountryAvailability
প্রতি-ট্র্যাক দেশের প্রাপ্যতা তথ্যের জন্য সম্পদ।
JSON প্রতিনিধিত্ব |
---|
{
"syncWithProduction": boolean,
"countries": [
{
object (TrackTargetedCountry )
}
],
"restOfWorld": boolean
} |
ক্ষেত্র |
---|
syncWithProduction | boolean এই ট্র্যাকের উপলব্ধতা ডিফল্ট উত্পাদন ট্র্যাকের সাথে সিঙ্ক করা হয়েছে কিনা৷ উৎপাদনের সাথে দেশের উপলভ্যতা সিঙ্ক করার বিষয়ে আরও তথ্যের জন্য https://support.google.com/googleplay/android-developer/answer/7550024 দেখুন। মনে রাখবেন যে এটি সত্য হলে, প্রত্যাবর্তিত "দেশ" এবং "restOfWorld" ক্ষেত্রগুলি ডিফল্ট উত্পাদন ট্র্যাকের মানগুলিকে প্রতিফলিত করবে৷ |
countries[] | object ( TrackTargetedCountry ) এক বা একাধিক দেশের তালিকা যেখানে এই ট্র্যাকের নিদর্শন পাওয়া যায়। এই তালিকায় ট্র্যাক দ্বারা টার্গেট করা সমস্ত দেশ অন্তর্ভুক্ত করা হয়েছে, এমনকি যদি শুধুমাত্র নির্দিষ্ট বাহক সেই দেশে টার্গেট করা হয়। |
restOfWorld | boolean এই ট্র্যাকের আর্টিফ্যাক্টগুলি "বিশ্বের বাকি" দেশগুলিতে উপলব্ধ কিনা৷ |
ট্র্যাক টার্গেটেড কান্ট্রি
একটি একক দেশের প্রতিনিধিত্ব যেখানে একটি ট্র্যাকের বিষয়বস্তু উপলব্ধ।
JSON প্রতিনিধিত্ব |
---|
{
"countryCode": string
} |
ক্ষেত্র |
---|
countryCode | string দুই অক্ষরের সিএলডিআর কোড হিসেবে দেশকে টার্গেট করতে হবে। |
পদ্ধতি |
---|
| দেশের প্রাপ্যতা পায়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["TrackCountryAvailability resource provides per-track country availability information, including sync status with production, targeted countries, and \"rest of world\" availability."],["TrackTargetedCountry represents a single country targeted by a track using a two-letter CLDR country code."],["Developers can use the `get` method to retrieve country availability information for their app tracks."]]],["The resource `TrackCountryAvailability` details per-track country availability, with information on whether availability is synced with the production track (`syncWithProduction`). It lists targeted countries (`countries`), each represented by a two-letter CLDR code via `TrackTargetedCountry`, and indicates if the track is available to the \"rest of the world\" (`restOfWorld`). The `get` method retrieves country availability information. Each of these items is represented by its `JSON` structure.\n"]]