UNPKG

@swrve/smarttv-sdk

Version:

Swrve marketing engagement platform SDK for SmartTV OTT devices

5 lines (4 loc) 303 B
import { ProfileManager } from "../Profile/ProfileManager"; import { IPlatform } from "./platforms/IPlatform"; import IDictionary from "./IDictionary"; export declare function queryDeviceProperties(platform: IPlatform, profileManager: ProfileManager, installDate: string): IDictionary<string | number>;