L

Size: a a a
L
Ć
KV
G
KV
KV
KV
G
KV
KV
KV
KV
G
KV
G
KV
KV
KV
import { Plugins, AppState } from '@capacitor/core';
const { App } = Plugins;
App.addListener('appStateChange', (state: AppState) => {
// state.isActive contains the active state
console.log('App state changed. Is active?', state.isActive);
});
KV
G