Event fired when CacheManager is unable to display a particular mime type because there is no view for that type installed on the device.
Name | Type | Description |
<type> | string | The name of the event.Value will be noviewerfound. |
object
sap.CacheManager.addEventListener('noviewerfound', function(e) { console.log("No viewer installed"); });