Skip to content

Instantly share code, notes, and snippets.

@danielkon96
Created September 20, 2019 23:41
Show Gist options
  • Save danielkon96/4a18393a9b49e56cab9cb13dbc6378d2 to your computer and use it in GitHub Desktop.
Save danielkon96/4a18393a9b49e56cab9cb13dbc6378d2 to your computer and use it in GitHub Desktop.
Interface for Opening Gallery
/// <summary>
/// Code implementation found in Android Project -> MediaService.cs
/// </summary>
public interface IMediaService
{
void OpenGallery();
void ClearFileDirectory();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment