ক্লাস তালিকা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
iOS-এর জন্য মোবাইল অ্যাপ SDK-এর জন্য Google Tag Manager-এর ক্লাস এবং প্রোটোকল:
TAGকন্টেইনার | একটি শ্রেণী যা কন্টেইনার মানগুলিতে অ্যাক্সেস প্রদান করে |
<TAGকন্টেইনার কলব্যাক> | একটি প্রোটোকল যা একটি ক্লায়েন্ট তথ্য পাওয়ার জন্য প্রয়োগ করতে পারে যখন কন্টেইনারের বিষয়বস্তু সফলভাবে লোড করা হয় বা লোড হতে ব্যর্থ হয় |
<TAGকন্টেইনার ফিউচার> | একটি শ্রেণী যা এই প্রোটোকলটি প্রয়োগ করে ধারকটি উপলব্ধ হওয়ার জন্য অপেক্ষা করে এবং ধারকটিতে অ্যাক্সেস সরবরাহ করে |
TAGকন্টেইনার ওপেনার | পাত্র খোলার জন্য একটি সহায়ক শ্রেণী |
<TAGContainerOpenerNotifier> | একটি শ্রেণী যে এই প্রোটোকলটি প্রয়োগ করে একটি ধারক ব্যবহারের জন্য উপলব্ধ হলে একটি বিজ্ঞপ্তি পাবে৷ |
TAGDataLayer | ডেটা স্তর হল একটি অভিধান যা অ্যাপ্লিকেশন সম্পর্কে জেনেরিক তথ্য ধারণ করে |
<TAGFunctionCallMacroHandler> | একটি ফাংশন কল ম্যাক্রোর মান গণনা করার জন্য অ্যাপ্লিকেশন দ্বারা বাস্তবায়িত একটি প্রোটোকল৷ |
<TAGFunctionCallTagHandler> | একটি কাস্টম ট্যাগ চালানোর জন্য অ্যাপ্লিকেশন দ্বারা বাস্তবায়িত একটি প্রোটোকল৷ |
<TAGLogger> | ত্রুটি/সতর্কতা/তথ্য/ডিবাগ/ভার্বোস লগিংয়ের জন্য একটি প্রোটোকল |
TAG ম্যানেজার | একটি ক্লাস যা Google ট্যাগ ম্যানেজার (GTM) এর মোবাইল বাস্তবায়ন |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eThis documentation outlines the classes and protocols within the Google Tag Manager for Mobile Apps SDK for iOS.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use these classes to access and manage container values, receive container load status updates, and open containers.\u003c/p\u003e\n"],["\u003cp\u003eThe provided protocols enable custom tag execution, function call macro handling, application logging, and receiving notifications about container availability.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTAGDataLayer\u003c/code\u003e is a dictionary holding application-specific information for use within Google Tag Manager.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTAGManager\u003c/code\u003e serves as the core class, representing the mobile implementation of Google Tag Manager on iOS.\u003c/p\u003e\n"]]],["The provided content lists classes and protocols within the Google Tag Manager (GTM) SDK for iOS. Key components include: `TAGContainer` for container access, `TAGContainerCallback` for load status updates, and `TAGContainerFuture` for waiting on container availability. `TAGContainerOpener` opens containers, while `TAGContainerOpenerNotifier` signals when containers are ready. `TAGDataLayer` holds app information. Custom functions are handled via `TAGFunctionCallMacroHandler` and `TAGFunctionCallTagHandler`, logging is done with `TAGLogger`, and `TAGManager` is GTM's core class.\n"],null,["# Class List \nThe classes and protocols in Google Tag Manager for Mobile Apps SDK for iOS:\n\n|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| [TAGContainer](/tag-platform/tag-manager/ios/v3/reference/interface_t_a_g_container) | A class that provides access to container values |\n| [\\\u003cTAGContainerCallback\\\u003e](/tag-platform/tag-manager/ios/v3/reference/protocol_t_a_g_container_callback-p) | A protocol that a client may implement to receive information when the contents of the container has been successfully loaded or failed to load |\n| [\\\u003cTAGContainerFuture\\\u003e](/tag-platform/tag-manager/ios/v3/reference/protocol_t_a_g_container_future-p) | A class that implements this protocol waits for the container to be available and provides access to the container |\n| [TAGContainerOpener](/tag-platform/tag-manager/ios/v3/reference/interface_t_a_g_container_opener) | A helper class for opening containers |\n| [\\\u003cTAGContainerOpenerNotifier\\\u003e](/tag-platform/tag-manager/ios/v3/reference/protocol_t_a_g_container_opener_notifier-p) | A class that implements this protocol will receive a notification when a container is available for use |\n| [TAGDataLayer](/tag-platform/tag-manager/ios/v3/reference/interface_t_a_g_data_layer) | The data layer is a dictionary holding generic information about the application |\n| [\\\u003cTAGFunctionCallMacroHandler\\\u003e](/tag-platform/tag-manager/ios/v3/reference/protocol_t_a_g_function_call_macro_handler-p) | A protocol implemented by the application to calculate the value of a function call macro |\n| [\\\u003cTAGFunctionCallTagHandler\\\u003e](/tag-platform/tag-manager/ios/v3/reference/protocol_t_a_g_function_call_tag_handler-p) | A protocol implemented by the application to execute a custom tag |\n| [\\\u003cTAGLogger\\\u003e](/tag-platform/tag-manager/ios/v3/reference/protocol_t_a_g_logger-p) | A protocol for error/warning/info/debug/verbose logging |\n| [TAGManager](/tag-platform/tag-manager/ios/v3/reference/interface_t_a_g_manager) | A class that is the mobile implementation of Google Tag Manager (GTM) |"]]