2.1.0 • Published 4 years ago

opendeeplink v2.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

opendeeplink

Open deeplink by visibilityChange

Install

npm install opendeeplink --save

Usage

import {
    init,
    open
} from 'opendeeplink';

init

init({
    appStore: 'path you want to go',
    googlePlay: 'path you want to go',
    timeout: 'timeout for waiting app open'
});

open

open(String deeplink, Integer customTimeout, Function fallbackAction)
  • deeplink (String): require, deeplink for app you want to open
  • customTimeout (Integer): optional, timeout for waiting app open
  • fallbackAction (Function || String): optional, go this when appStore and googlePlay is not setting
2.1.0

4 years ago

2.0.0

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago