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
annotationReplyInputViewController
The view controller that sent the message
text
The text that was submitted