Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Storage Info Providers #460

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Add Storage Info Providers #460

wants to merge 5 commits into from

Conversation

wcoder
Copy link
Member

@wcoder wcoder commented Nov 29, 2021

Description

Get info about available storage space.

API Changes

Added:

XToolkit.Common:

  • IStorageInfoProvider
  • StorageInfo
  • StorageType

XToolkit.Common.iOS:

  • IosStorageInfoProvider

XToolkit.Common.Droid:

  • DroidStorageInfoProvider

XToolkit.WhiteLabel.Droid:

  • ModernDroidStorageInfoProvider

Platforms Affected

  • Core (all platforms)
  • iOS
  • Android

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

PR Checklist

  • I have read the CONTRIBUTING document
  • My code follows the code styles
  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@github-actions github-actions bot added c/common Related to Common component. c/wl Related to WhiteLabel component. p/Android Related to Android platform. p/iOS Related to iOS platform. labels Nov 29, 2021
@wcoder wcoder added the enhancement New feature or request label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/common Related to Common component. c/wl Related to WhiteLabel component. enhancement New feature or request p/Android Related to Android platform. p/iOS Related to iOS platform.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant