Interface IDVListenerOptions

interface IDVListenerOptions {
    didContinueRemoteSession?: (() => void);
    didEndSession?: (() => void);
    didStartRestoreSession?: (() => void);
    didStartSession?: (() => void);
}

Properties

didContinueRemoteSession?: (() => void)
didEndSession?: (() => void)
didStartRestoreSession?: (() => void)
didStartSession?: (() => void)