MCPcopy Create free account
hub / github.com/NathanWalker/nativescript-loading-indicator / OptionsAndroid

Interface OptionsAndroid

src/interfaces.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export 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
11export interface OptionsIOS {
12 details?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected