sendSourceInfoRequest

abstract fun sendSourceInfoRequest(@NotNull sourceId: @NotNull UUID, requestIfExist: Boolean)

Sends a source information request for the specified source identifier.

Parameters

sourceId

The unique identifier of the source.

requestIfExist

true to send the request if the source already exists, false otherwise.


open fun sendSourceInfoRequest(@NotNull sourceId: @NotNull UUID)

Sends a source information request for the specified source identifier.

Parameters

sourceId

The unique identifier of the source.