rox-browser
Version:
Rollout.io ROX JS SDK Client
19 lines (18 loc) • 548 B
TypeScript
import { DeviceProperties as DevicePropertiesBase } from 'rox-base';
declare class DeviceProperties extends DevicePropertiesBase {
getProperties(): {
screen_width?: number;
screen_height?: number;
app_release: any;
api_version: string;
lib_version: string;
distinct_id: any;
platform: any;
realPlatform: any;
customSigningCertificate: string;
language: string;
anticache: number;
};
}
declare const _default: DeviceProperties;
export default _default;