Other public class Other Documentation Code public Other() public static ValueTask<bool> CheckAppleMobileWebAppCapable() public static ValueTask<bool> CheckAppleMobileWebAppCapable(string Value) public static ValueTask<bool> CheckAppleMobileWebAppStatusBarStyle() public static ValueTask<bool> CheckAppleMobileWebAppStatusBarStyle(string Value) public static ValueTask<bool> CheckColorScheme() public static ValueTask<bool> CheckColorScheme(string Theme) public static ValueTask<bool> CheckMsApplicationNavButtonColor() public static ValueTask<bool> CheckMsApplicationNavButtonColor(string Hex) public static ValueTask<bool> CheckMsApplicationTileColor() public static ValueTask<bool> CheckMsApplicationTileColor(string Hex) public static ValueTask<bool> CheckMsApplicationTileImage() public static ValueTask<bool> CheckMsApplicationTileImage(string Uri) public static ValueTask<bool> CheckThemeColor() public static ValueTask<bool> CheckThemeColor(string Hex) public static ValueTask<string> GetAppleMobileWebAppCapable() public static ValueTask<string> GetAppleMobileWebAppStatusBarStyle() public static ValueTask<string> GetColorScheme() public static ValueTask<string> GetMsApplicationNavButtonColor() public static ValueTask<string> GetMsApplicationTileColor() public static ValueTask<string> GetMsApplicationTileImage() public static ValueTask<string> GetThemeColor() public static Task RemoveAppleMobileWebAppCapable(bool Execute = false) public static Task RemoveAppleMobileWebAppStatusBarStyle(bool Execute = false) public static Task RemoveColorScheme(bool Execute = false) public static Task RemoveMsApplicationNavButtonColor(bool Execute = false) public static Task RemoveMsApplicationTileColor(bool Execute = false) public static Task RemoveMsApplicationTileImage(bool Execute = false) public static Task RemoveThemeColor(bool Execute = false) public static Task SetAppleMobileWebAppCapable(string Value) public static Task SetAppleMobileWebAppStatusBarStyle(string Value) public static Task SetColorScheme(string Theme) public static Task SetMsApplicationNavButtonColor(string Hex) public static Task SetMsApplicationTileColor(string Hex) public static Task SetMsApplicationTileImage(string Uri) public static Task SetThemeColor(string Hex)