peekLocationMarketingApi

The same API as provideLocationMarketingApi, or null while it does not exist yet.

sdk#158 — provideLocationMarketingApi cannot honour its non-null contract during super.onCreate() -> FragmentController.dispatchCreate(): the host builds the API from an asynchronous core-SDK callback, and building it needs a view that only exists after setContentView(). A fragment restored after process death attaches inside exactly that window, so a caller there must use this method and tolerate null — the API becomes available a few seconds later.

The default returns null, which is always safe. A host that can supply the API early should override it.