class ViewController

Defined at line 3502 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

Gives clients of `GraphicalPresenter` control over an individual view

presented through `PresentView()`.

Public Methods

void ~ViewController ()
void Dismiss ()

Instructs the presenter to dismiss the associated view. Once dismissed,

the `ViewController` channel is closed with a `ZX_OK` epitaph. At this

point, it is safe to clean up any resources (such as terminating

a component) backing the view.

Clients should call `Dismiss()` prior to closing the `ViewController`

channel themselves.