| 1 | export interface OptionsAndroid { |
| 2 | cancelable?: boolean; |
| 3 | indeterminate?: boolean; |
| 4 | max?: number; |
| 5 | progressNumberFormat?: string; |
| 6 | progressPercentFormat?: number; |
| 7 | progressStyle?: number; |
| 8 | secondaryProgress?: number; |
| 9 | } |
| 10 | |
| 11 | export interface OptionsIOS { |
| 12 | details?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected