Documentation

NativeBridgeE2EE extends Message
in package

Generated from protobuf message <code>plugnmeet.NativeBridgeE2EE</code>

Table of Contents

Properties

$enabled  : mixed
Generated from protobuf field <code>bool enabled = 1;</code>
$key  : mixed
Generated from protobuf field <code>optional string key = 2;</code>

Methods

__construct()  : mixed
Constructor.
clearKey()  : mixed
getEnabled()  : bool
Generated from protobuf field <code>bool enabled = 1;</code>
getKey()  : string
Generated from protobuf field <code>optional string key = 2;</code>
hasKey()  : mixed
setEnabled()  : $this
Generated from protobuf field <code>bool enabled = 1;</code>
setKey()  : $this
Generated from protobuf field <code>optional string key = 2;</code>

Properties

$enabled

Generated from protobuf field <code>bool enabled = 1;</code>

protected mixed $enabled = false

$key

Generated from protobuf field <code>optional string key = 2;</code>

protected mixed $key = null

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 bool $enabled
@type string $key

}

getEnabled()

Generated from protobuf field <code>bool enabled = 1;</code>

public getEnabled() : bool
Return values
bool

getKey()

Generated from protobuf field <code>optional string key = 2;</code>

public getKey() : string
Return values
string

setEnabled()

Generated from protobuf field <code>bool enabled = 1;</code>

public setEnabled(bool $var) : $this
Parameters
$var : bool
Return values
$this

setKey()

Generated from protobuf field <code>optional string key = 2;</code>

public setKey(string $var) : $this
Parameters
$var : string
Return values
$this
On this page

Search results