TomTomCopyrightsService

final public class TomTomCopyrightsService : CopyrightsService

Default implementation of CopyrightsService.

Lifecycle

  • TomTomCopyrightsService init method.

    Declaration

    Swift

    public init()

Public

  • fetchCopyrights() Asynchronous

    Get 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?) -> ())

    Return Value

    String copyright details in HTML format.