android-intents-uri
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

android-intents-uri

https://developer.chrome.com/docs/multidevice/android/intents/

Usage

import AndroidIntensUri from 'android-intents-uri'

const link = AndroidIntensUri(
  'com.foo.schema',
  'hostname',
  'path/to/link',
  'com.foo.package'
) // => 'intent://hostname/path/to/link#Intent;package=com.foo.package;scheme=com.foo.schema;end;'

Readme

Keywords

none

Package Sidebar

Install

npm i android-intents-uri

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

1.67 kB

Total Files

8

Last publish

Collaborators

  • aspick