Action

public struct Action : Hashable
extension TKAPI.Alert.Action: Codable

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public enum ActionType : Hashable
  • Undocumented

    Declaration

    Swift

    public let text: String
  • Undocumented

    Declaration

    Swift

    public let type: ActionType
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws