Interface ICameraService
Interface ICameraService
Namespace: ISynergy.Framework.Mvvm.Abstractions.Services
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface ICameraService
Methods
View SourceTakePictureAsync(Int64)
Takes the picture asynchronous.
Declaration
Task<FileResult> TakePictureAsync(long maxFileSize = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int64 | maxFileSize | Maximum filesize, default 1Mb (1 * 1024 * 1024) |
Returns
| Type | Description |
|---|---|
| Task<FileResult> | Task<FileResult>. |