| | |
| | | using System; |
| | | using Foundation; |
| | | using System.Resources; |
| | | namespace Other.Siri |
| | | namespace SiriKit |
| | | { |
| | | public static class NSUserDefaultsHelper |
| | | { |
| | |
| | | |
| | | public static class StorageKeys |
| | | { |
| | | public const string SoupMenu = "soupMenu"; |
| | | public const string OrderHistory = "orderHistory"; |
| | | public const string VoiceShortcutHistory = "voiceShortcutHistory"; |
| | | |
| | | public const string APP_KEY = "HDL-HOME-APP-TEST"; |
| | | public const string SECRET_KEY = "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss"; |
| | |
| | | public const string GLOBAL_GRefreshToken = "RefreshToken"; |
| | | |
| | | public const string GLOBAL_GRegionUrl = "RegionUrl"; |
| | | |
| | | public const string GLOBAL_GHomeId = "HomeId"; |
| | | } |
| | | |
| | | public static NSUserDefaults DataSuite { |