FruitBankHybridApp/FruitBankHybrid/Services/README.md

597 B

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.

LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.