Show TOC

noviewerfound eventLocate this document in the navigation structure

Event fired when CacheManager is unable to display a particular mime type because there is no view for that type installed on the device.

Properties
Name Type Description
<type> string The name of the event.Value will be noviewerfound.
Type

object

Example
 sap.CacheManager.addEventListener('noviewerfound',
         function(e) { console.log("No viewer
         installed"); });