UNPKG

@groupsosimple/nativescript-pubnub

Version:

This is a Nativescript plugin wraper for the PubNub SDK. It has implementations for both Android and iOS SDKs.

9 lines 313 B
import { PubNubNS } from './pubnub.ios'; /** * Since the Objective C PubNub SDK classes * have the same name as ours, we need to rename after the implementation. * The implementation is located at the pubnub.ios.ts file */ export class PubNub extends PubNubNS { } //# sourceMappingURL=index.ios.js.map