RSDScoringResult
public protocol RSDScoringResult : RSDArchivable, RSDResult
An RSDScoringResult
is an archivable result that can also save a json data scoring object for display
in a user’s history or to influence future results.
-
Return a JSON type object. Elements may be any one of the JSON types (NSNull, NSNumber, String, Array, [String : Any]).
Declaration
Swift
func dataScore() throws -> RSDJSONSerializable?