UNPKG

expo-notifications

Version:
15 lines 590 B
import 'abort-controller/polyfill'; /** * Encapsulates device server registration data */ export type DevicePushTokenRegistration = { isEnabled: boolean; }; /** * Sets the registration information so that the device push token gets pushed * to the given registration endpoint * @param enabled */ export declare function setAutoServerRegistrationEnabledAsync(enabled: boolean): Promise<void>; export declare function __handlePersistedRegistrationInfoAsync(registrationInfo: string | null | undefined): Promise<void>; //# sourceMappingURL=DevicePushTokenAutoRegistration.fx.d.ts.map