নির্ধারিত কাজের জন্য ড্রাইভার SDK - android
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এটি নির্ধারিত কাজের জন্য নির্দেশিকা। আমি দুটি কারণে আলাদা রেখেছি:
একজন ব্যবহারকারীর পক্ষে "তাদের মডেল চয়ন করা" এবং এটির সাথে লেগে থাকা সহজ৷
নির্ধারিত কাজগুলি iOS এবং Android উভয়ের জন্য একটি "বিশ্বস্ত ক্লায়েন্ট" দৃশ্যকে সমর্থন করে যদিও এটি শুধুমাত্র Android এ নথিভুক্ত।
এটি সেটআপের বাইরে বিষয়গুলির একটি ভিন্ন সেটের মতো মনে হচ্ছে৷
আমরা পরবর্তীতে প্রতিটি মডেলের জন্য ড্রাইভার SDK-এর জন্য একটি সুন্দর ভূমিকা পৃষ্ঠা যোগ করতে পারি, প্রতিটি ব্যবহারের ক্ষেত্রে অনুসারে।
এখানকার ইঞ্জিনিয়ারিং দলগুলি কখনও কখনও শুধুমাত্র একটি বা অন্যের কাছে প্রকাশ করে, যাতে এটি LMFS-ey বনাম ODRD-ey লোকেদের সমীকরণের শুধুমাত্র তাদের দিক আপডেট করা সহজ করে তুলবে৷
আমরা যদি অন্তর্ভুক্ত করি, তাহলে অনুগ্রহ করে এই বিষয়বস্তুর জন্য অন্তর্ভুক্ত ডিরেক্টরিটি ios-এর অধীনে (হোস্ট পৃষ্ঠার কাছাকাছি) রাখি এবং গ্লোবাল অন্তর্ভুক্ত ডিরেক্টরিতে নয়।
আরেকটি ধারণা হল এখানে 2টি গাইড বিভক্ত করা একটি সেটআপের জন্য এবং অন্যটি শুরু করার জন্য, যেখানে সেটআপ প্রতিটি মডেলের জন্য প্রথম তিনটি বিষয় অন্তর্ভুক্ত করে।
এই মডেলের জন্য মূল বিষয়:
- সিস্টেমের প্রয়োজন
- প্রকল্প কনফিগার করুন
- প্রমাণ
- ডেলিভারি ড্রাইভারের উদাহরণ তৈরি করুন
- যানবাহন প্রতিবেদক ঘটনা
- অবস্থান ট্র্যাকিং এবং আপডেট সক্ষম করুন
- মাস্ক ত্রুটি আপডেট করুন
- বিশ্বস্ত পরিস্থিতি (অ্যান্ড্রয়েড ডক দেখুন এবং আইওএসের জন্য ডকুমেন্ট করতে হবে কিনা তা দেখতে ডেভিডের সাথে চেক করুন)
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis guide provides instructions for using scheduled tasks with the Driver SDKs, focusing on setup and ongoing operations.\u003c/p\u003e\n"],["\u003cp\u003eScheduled tasks allow for a "trusted client" setup on both iOS and Android, simplifying authentication in certain scenarios.\u003c/p\u003e\n"],["\u003cp\u003eKey topics covered include system requirements, project configuration, authentication, utilizing the Delivery Driver API, vehicle reporter events, enabling location tracking, handling update mask errors, and implementing trusted client scenarios.\u003c/p\u003e\n"],["\u003cp\u003eThe guide is structured to allow developers to easily choose and focus on the model relevant to their specific use case, with potential future expansion to include bespoke intro pages for each Driver SDK model.\u003c/p\u003e\n"],["\u003cp\u003eMaintaining separate guides for LMFS and ODRD teams simplifies content updates and aligns with their distinct workflows.\u003c/p\u003e\n"]]],[],null,["# Driver SDK for scheduled tasks - android\n\nThis is the guide for scheduled tasks. I kept these separate for two reasons:\n\n1. It's easier for a user to \"choose their model\" and stick with it.\n\n2. Scheduled tasks supports a \"trusted client\" scenario for both iOS and Android\n although it's only documented on Android.\n\n3. It seems like a different set of topics, beyond setup\n\n4. We can later on add a nice intro page for the Driver SDKs for each model,\n bespoke to each use case.\n\n5. The engineering teams here sometimes only publish to one or the other, so\n that'll make it easier for LMFS-ey vs ODRD-ey people to update just their side\n of the equation.\n\nIf we do includes, let's please put the includes directory for this content\n*under* ios (closer to the host page) and not in the global includes directory.\n\nAnother idea is to split out 2 guides here one for setup and the other for\ngetting started, where setup includes the first three topics for each model.\n\nKey topics for this model:\n\n- system reqs\n- configure project\n- auth\n- create deliverydriverapi instance\n- vehicle reporter events\n- enable location tracking and updates\n- update mask errors\n- trusted scenarios (see android doc and let's check with David to see if we need to document for iOS or not)"]]