0.0.6 • Published 5 years ago

nativescript-doorbell.io v0.0.6

Weekly downloads
13
License
-
Repository
-
Last release
5 years ago

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

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

6 years ago