getWaitingForDriveNotificationContainer

Experimental forward-looking feature to improve trip detection on low-end devices with aggressive app-killing practices. Fetches a notification that is displayed when the SDK is waiting for a drive, called only on devices manufactured by Huawei. Providing this notification will improve drive detection on Huawei devices. If null is returned from this method, drives may not be detected on Huawei devices. If it is provided, it will be displayed when the SDK is setup and waiting for the user to start driving.

The notification will not be displayed on other devices, such as Samsung and Pixel devices.

This notification may be displayed multiple times. The application should use setOnlyAlertOnce(boolean) (https://developer.android.com/reference/android/app/Notification.Builder#setOnlyAlertOnce(boolean)) while building the notification to ensure the user is alerted only once.

In future versions of the SDK, this notification may be displayed on more devices depending on the OEMs to improve drive detection.

@param context - The context used to construct the notification. @return The FairmaticNotificationContainer object that contains the notification to be displayed.