Lista zajęć
Klasy i protokoły w pakiecie SDK Menedżera tagów Google do aplikacji mobilnych na iOS:
TAGKontener | Klasa, która zapewnia dostęp do wartości kontenerów |
<TAGWywołanie kontenera> | Protokół, który może wdrożyć klient, aby otrzymać informacje, gdy zawartość kontenera została załadowana lub nie udało się wczytać |
<TAGKontener</uture> | Klasa, która implementuje ten protokół, oczekuje na dostępność kontenera i dostęp do kontenera |
TAGKontener? | Klasa pomocnicza do otwierania kontenerów |
<TAGContainerOpenerNotifier>
| Klasa, która implementuje ten protokół, otrzyma powiadomienie, gdy kontener będzie dostępny. |
Warstwa danych | Warstwa danych to słownik zawierający ogólne informacje o aplikacji |
<TAGFunctionCallCallHandler> | Protokół zaimplementowany przez aplikację do obliczania wartości makra wywołania funkcji |
<TAGfunctionCallTagHandler>, | Protokół wdrożony przez aplikację w celu wykonania tagu niestandardowego |
<TAGRejestrator> | Protokół błędów/ostrzeżenia, informacji, debugowania lub szczegółowego logowania |
Menedżer tagów | Klasa, która jest mobilną implementacją Menedżera tagów Google |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-12-06 UTC.
[null,null,["Ostatnia aktualizacja: 2022-12-06 UTC."],[[["This documentation outlines the classes and protocols within the Google Tag Manager for Mobile Apps SDK for iOS."],["Developers can use these classes to access and manage container values, receive container load status updates, and open containers."],["The provided protocols enable custom tag execution, function call macro handling, application logging, and receiving notifications about container availability."],["`TAGDataLayer` is a dictionary holding application-specific information for use within Google Tag Manager."],["`TAGManager` serves as the core class, representing the mobile implementation of Google Tag Manager on iOS."]]],["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"]]