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

Method autoInitEnabled

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

Source from the content-addressed store, hash-verified

152 return this._instance.isDeviceRegisteredForRemoteMessages;
153 }
154 get autoInitEnabled(): boolean {
155 return this.native?.autoInitEnabled;
156 }
157 set autoInitEnabled(value) {
158 this.native.autoInitEnabled = value;
159 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected