setActionButton method

  1. @override
void setActionButton(
  1. ChromeSafariBrowserActionButton actionButton
)

Set a custom action button.

NOTE: Not available in a Trusted Web Activity.

Officially Supported Platforms/Implementations:

Implementation

@override
void setActionButton(ChromeSafariBrowserActionButton actionButton) {
  this._actionButton = actionButton;
}