TemplateLoadingListener
Functions
Link copied to clipboard
open fun onComplete( templateId: String, templateType: String, displayType: DisplayAggregatorInterface.Type?)
Content copied to clipboard
Link copied to clipboard
open fun onReceivedError( templateId: String, templateType: String, displayType: DisplayAggregatorInterface.Type?, errorDescription: String?)
Content copied to clipboard
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?)
Content copied to clipboard