TWTRComposerResult Constants Reference
Declared in | TWTRComposer.h |
---|
TWTRComposerResult
Possible values for the result parameter of the completionHandler property.
Definition
typedef NS_ENUM(NSInteger, TWTRComposerResult ) {
TWTRComposerResultCancelled,
TWTRComposerResultDone,
};
Constants
TWTRComposerResultCancelled
-
The composer is dismissed without sending the Tweet (i.e. the user selects Cancel, or the account is unavailable).
Declared In
TWTRComposer.h
. TWTRComposerResultDone
-
The composer is dismissed and the message is being sent in the background, after the user selects Done.
Declared In
TWTRComposer.h
.
Declared In
TWTRComposer.h