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

Method getAPNSToken

packages/firebase-messaging/index.android.ts:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 getAPNSToken() {
56 return null;
57 }
58
59 hasPermission(): Promise<AuthorizationStatus> {
60 return this._instance.hasPermission() as any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected