Global

Members

Back Bridge

Dore BackBridge to handle Android Backbutton event
Source:
Example
$ionicPlatform.on('ANDROID_BACK', function (event) {
   DoreClient.showToast('ANDROID_BACK');
});

Badge Bridge

Dore BadgeBridge to handle Android Badge
Source:
Example
DoreClient.getBadge()
DoreClient.setBadge(19)
DoreClient.addBadge(1)
DoreClient.minusBadge(1)