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

Method hasPermission

packages/firebase-messaging/index.ios.ts:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 hasPermission(): Promise<AuthorizationStatus> {
74 return this._instance.hasPermission() as any;
75 }
76
77 onMessage(listener: (message: RemoteMessage) => any) {
78 if (!listener && this._onMessage) {

Callers

nothing calls this directly

Calls 1

hasPermissionMethod · 0.65

Tested by

no test coverage detected