get Maybe In Drive Notification Container
Fetches a notification that is displayed when the SDK detects a possible drive. This method is only called on devices running Android O.
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.