GDWebview has been in the SDK for a while. BBWebview is newly referenced in SDK 9.2. They seem to both extend from android.webkit.Webview
Is there a difference between these classes? Are there use cases that each are intended for?
You are correct that both extend android.webkit.Webview GDWebView. GDWebView provides blocking of copy and paste based on the BlackBerry Dynamics Data Leakage Prevention configuration within the BlackBerry Dynamics Policy assigned to the from through BlackBerry UEM.
BBWebView includes the copy and paste protection mentioned above. It also adds support for BlackBerry Dynamics networking and stores cookies using the BlackBerry Dynamics secure file system. Refer to the Architecture Overview section for more detail on BlackBerry Dynamics networking.
BBWebView is within a library that was created based on the open source BlackBerry Dynamics WebView client sample.