INNER CODE UNIT · C#

GetBatteryTag

shrimqy/Sefirah · src/Sefirah/Constants.cs:16

        public static string GetBatteryTag(string deviceId) => $"battery_{deviceId}";
        public const string IncomingPhoneCallGroup = "incoming-phone-call";
    }

    public static class ToastNotificationType
    {
        public const string FileTransfer = "FileTransfer";
        public const string RemoteNotification = "RemoteNotification";
        public const string Clipboard = "Clipboard";
        public const string Update = "Update";
        public const string IncomingPhoneCall = "IncomingPhoneCall";
    }
    public static class LocalSettings
    {
        public const string DateTimeFormat = "datetimeformat";

        public const string PhoneFrameScrollTeachingTipShown = "PhoneFrameScrollTeachingTipShown";
        public const string MainNavigationSelection = "MainNavigationSelection";

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…