npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cordova-plugin-mirrorlink

v1.0.1

Published

Plugin cordova for MirrorLink Technology

Readme

cordova-plugin-mirrorlink

Plugin cordova for MirrorLink Technology

Version stable By BabbleCar.

Revision Common Api

  • Revision: 13

Installation

Using the Cordova CLI

cordova plugins add cordova-plugin-mirrorlink

Install via repo url directly

cordova plugins add https://github.com/BabbleCar/cordova-plugin-mirrorlink.git

Supported Platforms

  • Android

Documentation

Certification

4.4 onCertificationStatusChanged

Listen when then application certification status change. The application would receive this callback if, for example, the certification status changes when the certificate is revoked.

@param {function} callback Function to execute when certification status changes. @param {function} err Function executed if service failed to bind listener to event.

    window.cordova.plugins.MirrorLink.certification.onCertificationStatusChanged(callback, err);
    window.cordova.plugins.MirrorLink.certification.offCertificationStatusChanged(callback);

4.3.1 getApplicationCertificationStatus

Get Application Certification Status.

@param {function} callback Function executed with a bundle: >{"HAS_VALID_CERTIFICATE":boolean,"ADVERTISED_AS_CERTIFIEDAPP":boolean} @param {function} err Executed if service failed to get certifying entities.

    window.cordova.plugins.MirrorLink.certification.getApplicationCertificationStatus(callback, err);

4.3.2 getApplicationCertifyingEntities

Get Application Certifying Entities.

@param {function} callback Function executed with comma-separated list of certifying entities, which certified the >application, @param {function} err Executed if service failed to get certifying entities.

    window.cordova.plugins.MirrorLink.certification.getApplicationCertifyingEntities(callback, err);

4.3.3 getApplicationCertificationInformation

Get Application Certification Information.

@param {string} entity Name of the certifying entity

@param {function} callback Function executed with application certification information bundle {entity:string,certified:boolean,restricted:string,nonrestricted:string} or null if the application isn't certified or the entity is not part of the list of certifying entities for the >application.

@param {function} err Executed if service failed to get information.

    window.cordova.plugins.MirrorLink.certification.getApplicationCertificationInformation(entity, callback, err);

Connection

4.4.1 isMirrorLinkSessionEstablished

    window.cordova.plugins.MirrorLink.connection.isMirrorLinkSessionEstablished(callback, err);

4.4.2 onMirrorLinkSessionChanged

    window.cordova.plugins.MirrorLink.connection.onMirrorLinkSessionChanged(callback, err);
    window.cordova.plugins.MirrorLink.connection.offMirrorLinkSessionChanged(callback);

4.4.3 getAudioConnections

    window.cordova.plugins.MirrorLink.connection.getAudioConnections(callback, err);

4.4.4 onAudioConnectionsChanged

    window.cordova.plugins.MirrorLink.connection.onAudioConnectionsChanged(callback, err);
    window.cordova.plugins.MirrorLink.connection.offAudioConnectionsChanged(callback);

4.4.5 getAudioConnections

    window.cordova.plugins.MirrorLink.connection.getRemoteDisplayConnections(callback, err);

4.4.6 onRemoteDisplayConnectionChanged

    window.cordova.plugins.MirrorLink.connection.onRemoteDisplayConnectionChanged(callback, err);
    window.cordova.plugins.MirrorLink.connection.offRemoteDisplayConnectionChanged(callback);

Context

4.9.1 setFramebufferContextInformation

    window.cordova.plugins.MirrorLink.context.setFramebufferContextInformation(content, handleBlocking, callback, err);

4.9.2 onFramebufferBlocked

    window.cordova.plugins.MirrorLink.context.onFramebufferBlocked(callback, err);
    window.cordova.plugins.MirrorLink.context.offFramebufferBlocked(callback);

4.9.3 setAudioContextInformation

    window.cordova.plugins.MirrorLink.context.setAudioContextInformation(audioContent, audioCategories, handleBlocking, callback, err);

4.9.4 onAudioBlocked

    window.cordova.plugins.MirrorLink.context.onAudioBlocked(callback, err);
    window.cordova.plugins.MirrorLink.context.offAudioBlocked(callback);

4.9.5 onFramebufferUnblocked

    window.cordova.plugins.MirrorLink.context.onFramebufferUnblocked(callback, err);
    window.cordova.plugins.MirrorLink.context.offFramebufferUnblocked(callback);

4.9.6 onAudioUnblocked

    window.cordova.plugins.MirrorLink.context.onAudioUnblocked(callback, err);
    window.cordova.plugins.MirrorLink.context.offAudioUnblocked(callback);

Data Services

4.11.1 getAvailableServices

    window.cordova.plugins.MirrorLink.dataservices.getAvailableServices(callback, err);

4.11.2 onAvailableServicesChanged

    window.cordova.plugins.MirrorLink.dataservices.onAvailableServicesChanged(callback, err);
    window.cordova.plugins.MirrorLink.dataservices.offAvailableServicesChanged(callback);

4.11.3 registerToService

    window.cordova.plugins.MirrorLink.dataservices.registerToService(serviceId, versionMajor, versionMinor, callback, err);

4.11.4 onRegisterForService

    window.cordova.plugins.MirrorLink.dataservices.onRegisterForService(callback, err);
    window.cordova.plugins.MirrorLink.dataservices.offRegisterForService(callback);

4.11.5 unregisterFromService

    window.cordova.plugins.MirrorLink.dataservices.unregisterFromService(serviceId, callback, err);

4.11.6 subscribeObject

    window.cordova.plugins.MirrorLink.dataservices.subscribeObject(serviceId, objectId, callback, err);

4.11.7 onSubscribeResponse

    window.cordova.plugins.MirrorLink.dataservices.onSubscribeResponse(callback, err);
    window.cordova.plugins.MirrorLink.dataservices.offSubscribeResponse(callback);

4.11.8 unsubscribeObject

    window.cordova.plugins.MirrorLink.dataservices.unsubscribeObject(serviceId, objectId, callback, err);

4.11.9 setObject

    window.cordova.plugins.MirrorLink.dataservices.setObject(serviceId, objectId, object, callback, err);

4.11.10 onSetDataObjectResponse

    window.cordova.plugins.MirrorLink.dataservices.onSetDataObjectResponse(callback, err);
    window.cordova.plugins.MirrorLink.dataservices.offSetDataObjectResponse(callback);

4.11.11 getObject

    window.cordova.plugins.MirrorLink.dataservices.getObject(serviceId, objectId, callback, err);

4.11.12 onGetDataObjectResponse

    window.cordova.plugins.MirrorLink.dataservices.onGetDataObjectResponse(callback, err);
    window.cordova.plugins.MirrorLink.dataservices.offGetDataObjectResponse(callback);

Device Info

4.2.1 getMirrorLinkSessionVersionMajor

    window.cordova.plugins.MirrorLink.deviceinfo.getMirrorLinkSessionVersionMajor(callback, err);

4.2.1 getMirrorLinkSessionVersionMinor

    window.cordova.plugins.MirrorLink.deviceinfo.getMirrorLinkSessionVersionMinor(callback, err);

4.2.2 getMirrorLinkClientInformation

    window.cordova.plugins.MirrorLink.deviceinfo.getMirrorLinkSessionVersionMinor(callback, err);

4.2.4 onDeviceInfoChanged

    window.cordova.plugins.MirrorLink.deviceinfo.onDeviceInfoChanged(callback, err);
    window.cordova.plugins.MirrorLink.deviceinfo.offDeviceInfoChanged(callback);

4.2.5 getServerVirtualKeyboardSupport

    window.cordova.plugins.MirrorLink.deviceinfo.getServerVirtualKeyboardSupport(callback, err);

Device Status

4.10.1 isInDriveMode

    window.cordova.plugins.MirrorLink.devicestatus.isInDriveMode(callback, err);

4.10.2 onDriveModeChange

    window.cordova.plugins.MirrorLink.devicestatus.onDriveModeChange(callback, err);
    window.cordova.plugins.MirrorLink.devicestatus.offDriveModeChange(callback);

4.10.3 isInDriveMode

    window.cordova.plugins.MirrorLink.devicestatus.isInNightMode(callback, err);

4.10.4 onNightModeChanged

    window.cordova.plugins.MirrorLink.devicestatus.onNightModeChanged(callback, err);
    window.cordova.plugins.MirrorLink.devicestatus.offNightModeChanged(callback);

4.10.5 isMicrophoneOn

    window.cordova.plugins.MirrorLink.devicestatus.isMicrophoneOn(callback, err);

4.10.6 onMicrophoneStatusChanged

    window.cordova.plugins.MirrorLink.devicestatus.onMicrophoneStatusChanged(callback, err);
    window.cordova.plugins.MirrorLink.devicestatus.offMicrophoneStatusChanged(callback);

4.10.7 setMicrophoneOpen

    window.cordova.plugins.MirrorLink.devicestatus.setMicrophoneOpen(micInput, voiceInput, callback, err);

Display

4.5.1 getDisplayConfiguration

    window.cordova.plugins.MirrorLink.display.getDisplayConfiguration(callback, err);

4.5.2 onMicrophoneStatusChanged

    window.cordova.plugins.MirrorLink.display.onDisplayConfigurationChanged(callback, err);
    window.cordova.plugins.MirrorLink.display.offDisplayConfigurationChanged(callback);

4.5.3 getClientPixelFormat

    window.cordova.plugins.MirrorLink.display.getClientPixelFormat(callback, err);

4.5.4 onPixelFormatChanged

    window.cordova.plugins.MirrorLink.display.onPixelFormatChanged(callback, err);
    window.cordova.plugins.MirrorLink.display.offPixelFormatChanged(callback);

Event Mapping

4.6.1 getEventConfiguration

    window.cordova.plugins.MirrorLink.eventmapping.getEventConfiguration(callback, err);

4.6.2 onEventConfigurationChanged

    window.cordova.plugins.MirrorLink.eventmapping.onEventConfigurationChanged(callback, err);
    window.cordova.plugins.MirrorLink.eventmapping.offEventConfigurationChanged(callback);

4.6.3 getEventMappings

    window.cordova.plugins.MirrorLink.eventmapping.getEventMappings(callback, err);

4.6.4 onEventMappingChanged

    window.cordova.plugins.MirrorLink.eventmapping.onEventMappingChanged(callback, err);
    window.cordova.plugins.MirrorLink.eventmapping.offEventMappingChanged(callback);

Notification

4.12.1 setNotificationSupported

    window.cordova.plugins.MirrorLink.notification.setNotificationSupported(notificationSupported, callback, err);

4.12.2 getNotificationEnabled

    window.cordova.plugins.MirrorLink.notification.getNotificationEnabled(callback, err);

4.12.3 onNotificationEnabledChanged

    window.cordova.plugins.MirrorLink.notification.onNotificationEnabledChanged(callback, err);
    window.cordova.plugins.MirrorLink.notification.offNotificationEnabledChanged(callback);

4.12.4 getNotificationConfiguration

    window.cordova.plugins.MirrorLink.notification.getNotificationConfiguration(callback, err);

4.12.5 onNotificationConfigurationChanged

    window.cordova.plugins.MirrorLink.notification.onNotificationConfigurationChanged(callback, err);
    window.cordova.plugins.MirrorLink.notification.offNotificationConfigurationChanged(callback);

4.12.6 getNotificationConfiguration

    window.cordova.plugins.MirrorLink.notification..sendClientNotification(title, body, iconUrl, actionList, callback, err);

4.12.7 sendVncNotification

    window.cordova.plugins.MirrorLink.notification.sendVncNotification(callback, err);

4.12.8 cancelNotification

    window.cordova.plugins.MirrorLink.notification.cancelNotification(notificationId, callback, err);

4.12.9 onNotificationActionReceived

    window.cordova.plugins.MirrorLink.notification.onNotificationActionReceived(callback, err);
    window.cordova.plugins.MirrorLink.notification.offNotificationActionReceived(callback);