Skyle_ButtonActions

public struct Skyle_ButtonActions : Sendable
extension Skyle_ButtonActions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Representing the three available button actions

  • Action to trigger, when a single click on the button is performed

    Declaration

    Swift

    public var singleClick: String
  • Action to trigger, when a double click on the button is performed

    Declaration

    Swift

    public var doubleClick: String
  • Action to trigger when the button is constantly pushed

    Declaration

    Swift

    public var holdClick: String
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    public static let protoMessageName: String
  • Declaration

    Swift

    public static let _protobuf_nameMap: SwiftProtobuf._NameMap
  • Declaration

    Swift

    public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
  • Declaration

    Swift

    public func traverse<V>(visitor: inout V) throws where V : Visitor
  • Declaration

    Swift

    public static func == (lhs: Skyle_ButtonActions, rhs: Skyle_ButtonActions) -> Bool