Class HomeInstance
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
articleUrlstringThe url of the article to open.
parentTransformTransformThe 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
parentTransformTransformThe parent transform to attach the Home UI to.