DeviceType
Represents a type of Device
.
enum DeviceType {
ANDROID
FIRETV
GOOGLETV
IOS
LGTV
ROKU
SAMSUNGTV
SMARTTV @deprecated
TVOS
WEB
}
Values
DeviceType.ANDROID
Android mobile device.
DeviceType.FIRETV
Fire TV device.
DeviceType.GOOGLETV
Google TV device.
DeviceType.IOS
iOS mobile device.
DeviceType.LGTV
LG TV device.
DeviceType.ROKU
Roku device.
DeviceType.SAMSUNGTV
Samsung TV device.
DeviceType.SMARTTV
deprecated
DEPRECATED
Use specific smart TV models instead
Smart TV device (e.g. Samgsung webOS, Tizen, etc.).
DeviceType.TVOS
Apple TV device.
DeviceType.WEB
Web browser.
Member Of
CreateDeviceInput
input ● CreateWatchHistoryInput
input ● Device
object ● UpdateDeviceInput
input ● UpdateWatchHistoryInput
input ● WatchHistory
object