Documentation

AnalyticsEvents extends Message
in package

Generated from protobuf message <code>livekit.AnalyticsEvents</code>

Table of Contents

Properties

$events  : mixed
Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

Methods

__construct()  : mixed
Constructor.
getEvents()  : RepeatedField
Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>
setEvents()  : $this
Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

Properties

$events

Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

private mixed $events

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type array<\Livekit\AnalyticsEvent>|\Google\Protobuf\Internal\RepeatedField $events

}

getEvents()

Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

public getEvents() : RepeatedField
Return values
RepeatedField

setEvents()

Generated from protobuf field <code>repeated .livekit.AnalyticsEvent events = 1;</code>

public setEvents(array<string|int, AnalyticsEvent>|RepeatedField $var) : $this
Parameters
$var : array<string|int, AnalyticsEvent>|RepeatedField
Return values
$this
On this page

Search results