ContactDetailsConfiguration

public struct ContactDetailsConfiguration

A type representing a set of contact details used for sharing data from the app.

  • The address used when exporting data in CSV format by email.

    Declaration

    Swift

    public let exportEmailAddress: String
  • The address used when sharing location information by email.

    Declaration

    Swift

    public let locationEmailAddress: String
  • The phone number used when sharing location information by SMS.

    Declaration

    Swift

    public let locationSMSNumber: String