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

Method hasPermission

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

Source from the content-addressed store, hash-verified

57 }
58
59 hasPermission(): Promise<AuthorizationStatus> {
60 return this._instance.hasPermission() as any;
61 }
62
63 onMessage(listener: (message: RemoteMessage) => any) {
64 if (!listener && this._onMessage) {

Callers

nothing calls this directly

Calls 1

hasPermissionMethod · 0.65

Tested by

no test coverage detected