facetId abstract method

ConfigurationBuilder facetId(
  1. String facetId
)

Sets the facet ID.

IMPORTANT
This property is Android specific and will be ignored by iOS native plugin.

Params:

  • facetId: the facet ID.

Returns: a ConfigurationBuilder object.

Implementation

ConfigurationBuilder facetId(String facetId);