blob: 1bdb2a0b1f553312490a343cadb2ef9b68f6d1ec [file] [log] [blame]
/**
* @fileoverview
* @enhanceable
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
goog.provide('proto.device.OSKind');
/**
* @enum {number}
*/
proto.device.OSKind = {
UNKNOWNOS: 0,
WINDOWS: 1,
OSX: 2,
LINUX: 3,
ANDROID: 4
};