matchUserBioName method

LogicalChannel matchUserBioName(
  1. String value
)
inherited

Matches a keyword within the Tweet publisher's user bio name.

Parameters

  • value: User bio name to be matched.

Type

Availability

  • Essential

Implementation

LogicalChannel matchUserBioName(final String value) => _buffer.appendOperator(
      _standaloneOperation.createUserBioName(value),
    );