UNPKG

nativescript-batch-notifs

Version:

fork of nativescript-batch-notifications with updated sdk

10 lines (9 loc) 291 B
import { Common } from './batch.common'; export declare class Batch extends Common { constructor(); init(API_KEY: string): void; activityLifeCycleHelper(): com.batch.android.BatchActivityLifecycleHelper; getAndroid(): typeof com.batch.android; } export declare module Bb { }