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

Method requestPermission

packages/firebase-messaging/index.ios.ts:111–113  ·  view source on GitHub ↗
(permissions?: any)

Source from the content-addressed store, hash-verified

109 }
110
111 requestPermission(permissions?: any): Promise<AuthorizationStatus> {
112 return this._instance.requestPermission(permissions) as any;
113 }
114
115 subscribeToTopic(topic: string): Promise<void> {
116 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

requestPermissionMethod · 0.65

Tested by

no test coverage detected