Class AuthorizationAction
অনুমোদন কর্ম একটি অনুমোদনের ক্রিয়া যা ক্লিক করলে ব্যবহারকারীকে AuthorizationUrl-এ পাঠাবে।
CardService.newAuthorizationAction()
.setAuthorizationUrl("http://google.com/");
বিস্তারিত ডকুমেন্টেশন
setAuthorizationUrl(authorizationUrl)
অনুমোদন প্রম্পট থেকে ব্যবহারকারীকে নেওয়া হয় এমন অনুমোদনের URL সেট করে। প্রয়োজন।
পরামিতি
নাম | টাইপ | বর্ণনা |
---|
authorizationUrl | String | অনুমোদনের URL সেট করতে। |
প্রত্যাবর্তন
AuthorizationAction
- এই বস্তুটি, চেইনিংয়ের জন্য।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`AuthorizationAction` enables sending users to a specified URL for authorization when clicked."],["It's created using `CardService.newAuthorizationAction()` and configured with `setAuthorizationUrl()`."],["The `setAuthorizationUrl()` method requires an authorization URL as a string parameter."],["`AuthorizationAction` provides a streamlined approach to initiating user authorization within Google Workspace add-ons."]]],["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"]]