PTAnnotationReplyInputViewControllerDelegate
@protocol PTAnnotationReplyInputViewControllerDelegate <NSObject>
A delegate protocol that describes the methods that are called by the associated view controller.
-
Notifies the receiver that the user has submitted text input.
Declaration
Objective-C
- (void)annotationReplyInputViewController: (nonnull PTAnnotationReplyInputViewController *) annotationReplyInputViewController didSubmitText:(nonnull NSString *)text;Swift
optional func annotationReplyInputViewController(_ annotationReplyInputViewController: PTAnnotationReplyInputViewController, didSubmitText text: String)Parameters
annotationReplyInputViewControllerThe view controller that sent the message
textThe text that was submitted
PTAnnotationReplyInputViewControllerDelegate Protocol Reference