Other Constants

Defines

#define kILSwapServiceRegistrationInfoDictionaryKey   @"ILSwapRegistration"
 This is the key in Info.plist the swap service will look for when autoregistering in didFinishLaunchingWithOptions:.
#define kILSwapDefaultAction   @"ILReceive"
 This is the default action, that is, a generic "I can receive items of this type" action without strings attached.

Enumerations

enum  ILSwapSendingErrorCause { kILSwapSendingCancelled = 0, kILSwapNoKnownDestinationForSending = 1 }
 

A set of possible causes for errors during sending.

More...

Define Documentation

#define kILSwapDefaultAction   @"ILReceive"

This is the default action, that is, a generic "I can receive items of this type" action without strings attached.

It's the action used if you specify nil in sendItems:forAction:toApplicationWithIdentifier: (ILSwapService) and other methods that take an action.

Definition at line 109 of file ILSwapService.h.

#define kILSwapServiceRegistrationInfoDictionaryKey   @"ILSwapRegistration"

This is the key in Info.plist the swap service will look for when autoregistering in didFinishLaunchingWithOptions:.

It must contain a registration dictionary (see App Registration Keys for more information on the contents of a registration dictionary).

Definition at line 102 of file ILSwapService.h.


Enumeration Type Documentation

A set of possible causes for errors during sending.

See ILSwapSendController and ILSwapSendControllerDelegate for more information.

Enumerator:
kILSwapSendingCancelled 

The user chose the Cancel button on a UI element displayed by the sending controller.

kILSwapNoKnownDestinationForSending 

The sending controller was asked to send, but had no possible destinations for sending.

Definition at line 123 of file ILSwapSendController.h.

 All Classes Functions Properties

Generated on Tue Mar 2 13:01:50 2010 for SwapKit by  doxygen 1.6.1