Skyle_IPadOptions
public struct Skyle_IPadOptions : Sendable
extension Skyle_IPadOptions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
iPad Option message for configuration
-
Set this to true if iOS 13 to 13.3 is used, otherwise false (>= 13.4)
Declaration
Swift
public var isOldiOs: Bool
-
Set this to true if screen zoom is not enabled. It is recommended to use zoom!
Declaration
Swift
public var isNotZoomed: Bool
-
Undocumented
Declaration
Swift
public var optionalModel: Skyle_IPadOptions.OneOf_OptionalModel?
-
Undocumented
Declaration
Swift
public var model: Skyle_IPadOptions.iPadModel { get set }
-
Declaration
Swift
public var unknownFields: UnknownStorage
-
Undocumented
See moreDeclaration
Swift
public enum OneOf_OptionalModel : Equatable, Sendable
-
Set this to the iPad model you are using. If the device isn’t an iPad, this value will be ignored.
See moreDeclaration
Swift
public enum iPadModel : SwiftProtobuf.Enum, Swift.CaseIterable
extension Skyle_IPadOptions.iPadModel: SwiftProtobuf._ProtoNameProviding
-
Declaration
Swift
public init()
-
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_IPadOptions, rhs: Skyle_IPadOptions) -> Bool