Interface ICustomMediaPicker
Namespace: Fleet.Mobile
Assembly: FleetMobile.dll
Syntax
public interface ICustomMediaPicker
Methods
PickMediaAsync(Action<float>, int)
Declaration
Task<IEnumerable<PickerFile>> PickMediaAsync(Action<float> step, int maxLimit)
Parameters
| Action<float> step |
| int maxLimit |
Returns
| Task<IEnumerable<PickerFile>> |