MCPcopy Create free account
hub / github.com/NativeScript/firebase / cb

Method cb

packages/firebase-messaging-core/index.ios.ts:271–274  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

269 UIApplication?.sharedApplication?.registerForRemoteNotifications?.();
270 } else {
271 const cb = (args) => {
272 UIApplication?.sharedApplication?.registerForRemoteNotifications?.();
273 Application.off('launch', cb);
274 };
275 Application.on('launch', cb);
276 }
277 });

Callers

nothing calls this directly

Calls 1

offMethod · 0.65

Tested by

no test coverage detected