Submittable
public protocol Submittable
A protocol describing a self-submittable collector or control.
Types conforming to Submittable can provide their own event type
to be used when constructing the payload for a “continue” or equivalent submission.
-
Returns the event type string to use for submission.
Declaration
Swift
func eventType() -> String
View on GitHub