TAGContainerOpenerNotifier Protocol Reference
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The TAGContainerOpenerNotifier protocol provides a mechanism for receiving notifications when a container is ready for use within the Tag Manager system.
Developers can utilize this protocol by implementing it in a class and passing an instance to the openContainerWithId:tagManager:openType:timeout:notifier: method of the TAGContainerOpener class.
The containerAvailable: method is the sole requirement of this protocol and gets invoked when the desired container becomes available, providing access to the TAGContainer object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],["This protocol, TAGContainerOpenerNotifier, notifies when a container is ready. Developers implement this protocol and provide it to `openContainerWithId`. The key action is the `containerAvailable:` method, which is called when a container is available. This method receives the requested container as a parameter. An instance of this protocol is used to be informed when a container has been loaded and is accessible.\n"]]