rv.analytics.UI.PlanningCenterLive.Shown */ class Shown extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive.Shown.WindowType window_type = 1; */ protected $window_type = 0; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type int $window_type * } */ public function __construct($data = NULL) { \GPBMetadata\AnalyticsUI::initOnce(); parent::__construct($data); } /** * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive.Shown.WindowType window_type = 1; * @return int */ public function getWindowType() { return $this->window_type; } /** * Generated from protobuf field .rv.analytics.UI.PlanningCenterLive.Shown.WindowType window_type = 1; * @param int $var * @return $this */ public function setWindowType($var) { GPBUtil::checkEnum($var, \Rv\Analytics\UI\PlanningCenterLive\Shown\WindowType::class); $this->window_type = $var; return $this; } }