Type Property 型プロパティ

MFMessageComposeViewControllerTextMessageAvailabilityDidChange

Posted when the value returned by the canSendText() class method has changed. canSendText()クラスメソッドによって返される値が変化した時に投函されます。

Declaration 宣言

static let MFMessageComposeViewControllerTextMessageAvailabilityDidChange: NSNotification.Name

Discussion 議論

Upon receiving this notification, query its userInfo dictionary with the MFMessageComposeViewControllerTextMessageAvailabilityKey key. If the availability of text message sending has changed, your app should invalidate caches and update its user interface as appropriate. この通知を受け取る上で、それのuserInfo辞書をMFMessageComposeViewControllerTextMessageAvailabilityKeyキーで要請してください。テキストメッセージ送信の利用可能性が変化したならば、あなたのアプリはキャッシュを無効にしてそれのユーザインターフェイスを適切に更新すべきです。