InfoRow

@MainActor
struct InfoRow : View

Info row view used for displying the details of the app,mobile lic and SDK version .

  • Declaration

    Swift

    @MainActor
    let title: String
  • Declaration

    Swift

    @MainActor
    let value: String
  • Declaration

    Swift

    @MainActor
    let showCopyIcon: Bool
  • Declaration

    Swift

    @Binding
    @MainActor
    var showCopiedText: Bool { get nonmutating set }
  • Declaration

    Swift

    @MainActor
    var body: some View { get }
  • Declaration

    Swift

    @MainActor
    func copyTextToClipboard(text: String)