Table of Contents

Class HomeInstance

Namespace
Zendesk.Runtime.Guide
public abstract class HomeInstance
Inheritance
HomeInstance
Inherited Members

Methods

ShowHomeAsync(Transform)

Show the Home UI.

public abstract Task ShowHomeAsync(Transform parentTransform = null)

Parameters

parentTransform Transform

The parent transform to attach the Home UI to.

Returns

Task