Click or drag to resize

ClientAttachDeviceId Method

Attaches a mobile device ID to the current session.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public void AttachDeviceId(
	string device_id
)

Parameters

device_id
Type: SystemString
The device ID.
See Also