getContentTemplates
abstract fun getContentTemplates(listener: CallbackListener<List<ContentTemplate>>): CancellationToken
Request rich content templates. Rich content templates can be created using console or REST API.
Return
CancellationToken which allows to cancel network request.
Parameters
listener
Listener to receive rich content templates.