Table of Contents

Class HomeInstance

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

Methods

ShowArticleAsync(string, Transform)

Show article by URL.

public abstract Task<ZendeskResult> ShowArticleAsync(string articleUrl, Transform parentTransform = null)

Parameters

articleUrl string

The url of the article to open.

parentTransform Transform

The parent transform to attach the UI to.

Returns

Task<ZendeskResult>

A ZendeskResult indicating success or failure.

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