interface ContextOptions {
    country: string;
    currency: CurrencyCodeISO4217;
    language: string;
    location?: UserLocation;
    view: View;
}

Properties

country: string
currency: CurrencyCodeISO4217
language: string
location?: UserLocation
view: View