nativescript-doorbell.io

0.0.6 • Public • Published

nativescript-doorbell.io

Doorbell.io plugin for nativescript

Installation

tns plugin add nativescript-doorbell.io

Usage

import { showDoorbellFeedback } from 'nativescript-doorbell.io';
import { isIOS } from 'tns-core-modules/platform';

const viewController = isIOS ? this.feedbackContainer.nativeElement.ios.viewController : null;
showDoorbellFeedback(appId, appKey, viewController);

FeedbackContainer is a StackLayout in the html of the page where the function is called from. It does not need to have any particular alignment. It is only used by iOS.

appId and appKey can be obtained from Doorbell.io

Readme

Keywords

none

Package Sidebar

Install

npm i nativescript-doorbell.io

Weekly Downloads

0

Version

0.0.6

License

none

Unpacked Size

3.36 kB

Total Files

7

Last publish

Collaborators

  • codeparticle