TAGContainerOpenerNotifier Protocol Reference

TAGContainerOpenerNotifier Protocol Reference

Overview

A class that implements this protocol will receive a notification when a container is available for use.

Developers can pass an instance of a class that implements this protocol to openContainerWithId:tagManager:openType:timeout:notifier: (TAGContainerOpener)

Public Member Functions

(void) - containerAvailable:
 Called when the container is available.

Member Function Documentation

- (void) containerAvailable: (TAGContainer *)  container

Called when the container is available.

Parameters:
containerThe requested container.