TemplateLoadingListener

interface TemplateLoadingListener

Functions

Link copied to clipboard
open fun onComplete(    templateId: String,     templateType: String,     displayType: DisplayAggregatorInterface.Type?)
Link copied to clipboard
open fun onReceivedError(    templateId: String,     templateType: String,     displayType: DisplayAggregatorInterface.Type?,     errorDescription: String?)

While template loading if there is error received this callback will be called. It can be called multiple times if various error received. It can be called even if loading continues and complete.

Link copied to clipboard
open fun onStart(    templateId: String,     templateType: String,     displayType: DisplayAggregatorInterface.Type?)