Class AuthorizationAction
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অনুমোদন কর্ম একটি অনুমোদনের ক্রিয়া যা ক্লিক করলে ব্যবহারকারীকে AuthorizationUrl-এ পাঠাবে।
CardService.newAuthorizationAction().setAuthorizationUrl('http://google.com/');
বিস্তারিত ডকুমেন্টেশন
set Authorization Url(authorizationUrl)
অনুমোদন প্রম্পট থেকে ব্যবহারকারীকে নেওয়া হয় এমন অনুমোদনের URL সেট করে। প্রয়োজন।
পরামিতি
নাম | টাইপ | বর্ণনা |
---|
authorization Url | String | অনুমোদনের URL সেট করতে। |
প্রত্যাবর্তন
Authorization Action
- এই বস্তুটি, চেইনিংয়ের জন্য।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["The `AuthorizationAction` object directs users to a specified URL when clicked. The core functionality involves using the `setAuthorizationUrl(authorizationUrl)` method to define this URL. This method requires a string parameter, `authorizationUrl`, which is the destination the user will be sent to. This method returns the `AuthorizationAction` object, allowing for method chaining. The `CardService.newAuthorizationAction()` creates the action to use with the `setAuthorizationUrl`.\n"],null,[]]