MonobjcMonobjc Documented Class Library
ConsumeImageDataForTag Method (data, tag)
NamespacesMonobjc.AddressBookIABImageClientConsumeImageDataForTag(NSData, NSInteger)

Gets the image data for the given tag that was initiated by an asynchronous fetch. (required)

Original signature is '- (void)consumeImageData:(NSData *)data forTag:(NSInteger)tag'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
void ConsumeImageDataForTag(
	NSData data,
	NSInteger tag
)
Sub ConsumeImageDataForTag ( _
	data As NSData, _
	tag As NSInteger _
)
void ConsumeImageDataForTag(
	NSData^ data, 
	NSInteger tag
)
Parameters
data (NSData)
A pointer to a data object that will be set to an NSImage/QuickTime compatible format, or nil if no image could be found.
tag (NSInteger)
The tag returned from a previous call to the ABPersonbeginLoadingImageDataForClient: method.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AddressBook (Module: Monobjc.AddressBook)