TWTRShareEmailViewController
クラスはユーザーにEメールアドレスを要求するビューを表示します。
これは UINavigationController
のサブクラスで、形式上必ず表示されなければなりません。
注意: TWTRShareEmailViewController
を使用するには、あなたのアプリケーションがTwitterのホワイトリストに登録されている必要があります。
お問い合わせは https://support.twitter.com/forms/platformからお願いします。
継承元 | UINavigationController |
宣言場所 | TWTRShareEmailViewController.h |
TWTRShareEmailViewControllerThe
Note: Using
|
completion
プロパティ
– initWithCompletion:
Tasks
|
ユーザーのEメールアドレスへのアクセスが許可されたり拒否されたりした時に呼び出される。
@property (nonatomic, copy) TWTRShareEmailCompletion completion
PropertiescompletionCompletion block called when the user accepts or denies access to their email address. @property (nonatomic, copy) TWTRShareEmailCompletion completion |
TWTRShareEmailViewController
のイニシャライザ。
- (instancetype)initWithCompletion: (TWTRShareEmailCompletion)completion
completion
ユーザーのEメールアドレスへのアクセスが許可されたり拒否されたりした時に呼び出される。メインスレッドで呼び出されます。
Instance MethodsinitWithCompletion:Initializer for - (instancetype)initWithCompletion: (TWTRShareEmailCompletion)completion Parameterscompletion The completion block called when the user either accepts or denies access to their email address. Called on the main thread. |