TomTomCopyrightsService
final public class TomTomCopyrightsService : CopyrightsService
Default implementation of CopyrightsService.
-
TomTomCopyrightsService init method.
Declaration
Swift
public init()
-
fetchCopyrights()AsynchronousGet copyright details.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public func fetchCopyrights() async -> String?Return Value
String copyright details in HTML format
-
Get copyright details.
Declaration
Swift
public func fetchCopyrights(completion: @escaping (String?) -> ())Parameters
completionCompletion handler for when we get the copyrights.
TomTomCopyrightsService Class Reference