getInDriveNotificationContainer

Fetches a notification that is displayed when the SDK detects that the user is driving. 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.

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