TestCallString

public struct TestCallString : Codable, Equatable, TDFunction

Returns the received string; for testing only. This is an offline method. Can be called before authorization

  • Undocumented

    Declaration

    Swift

    public typealias Result = TestString
  • x

    String to return

    Declaration

    Swift

    public let x: String
  • Returns the received string; for testing only. This is an offline method. Can be called before authorization

    Declaration

    Swift

    public init(x: String)

    Parameters

    x

    String to return