Enum ScreenOrientationType
[JsonConverter(typeof(KebabCaseEnumConverter<ScreenOrientationType>))]
public enum ScreenOrientationType
Fields
LandscapePrimary = 2LandscapeSecondary = 3PortraitPrimary = 0PortraitSecondary = 1
[JsonConverter(typeof(KebabCaseEnumConverter<ScreenOrientationType>))]
public enum ScreenOrientationType
LandscapePrimary = 2LandscapeSecondary = 3PortraitPrimary = 0PortraitSecondary = 1