FullscreenMode public struct FullscreenMode Enum representation of the fullscreen mode MANUAL Fullscreen will only be toggled by user interaction Declaration Swift public static let MANUAL: String AUTO Fullscreen will be toggled by user interaction or rotation events Declaration Swift public static let AUTO: String