FruitBankHybridApp/FruitBankHybrid/Services/README.md

13 lines
373 B
Markdown

# Services
MAUI platform-specific service implementations.
## Key Files
- **`FormFactor.cs`** — Device idiom detection (Phone, Tablet, Desktop).
- **`MauiSecureCredentialService.cs`** — SecureStorage-backed credential persistence with 2-day expiration.
## Subfolders
- **`Loggers/BrowserConsoleLogWriter.cs`** — Browser console logging bridge for BlazorWebView.