public class ExpandedBannerActivity
extends Activity
Modifier and Type | Field and Description |
---|---|
static java.lang.ref.WeakReference<AbstractBannerPackage> |
currentPackageRef |
static java.lang.String |
EXTRA_URL |
Constructor and Description |
---|
ExpandedBannerActivity() |
Modifier and Type | Method and Description |
---|---|
void |
clearViews()
Clears the current WebView and banner package references.
|
void |
closeView() |
void |
exitCurrentActivity() |
AbstractBannerPackage |
getCurrentPackage() |
boolean |
isClosing() |
void |
onBackPressed() |
protected void |
onCreate(Bundle savedInstanceState) |
void |
onDestroy() |
protected void |
onPause() |
void |
onProgressChanged(WebView view,
int newProgress) |
void |
onRedirection(boolean success) |
void |
onRedirectionFinish(boolean isRedirectionSuccess,
boolean shouldDispatchOnWillLeaveApp)
Used to handle on-will-leave-app event for video and video companion ad.
|
protected void |
onResume() |
void |
onTitleReceived(java.lang.String pageTitle) |
void |
setIsClosing(boolean isClosing) |
public static final java.lang.String EXTRA_URL
public static java.lang.ref.WeakReference<AbstractBannerPackage> currentPackageRef
public AbstractBannerPackage getCurrentPackage()
public boolean isClosing()
public void setIsClosing(boolean isClosing)
protected void onCreate(Bundle savedInstanceState)
public void exitCurrentActivity()
protected void onResume()
protected void onPause()
public void onDestroy()
public void onBackPressed()
public void closeView()
public final void clearViews()
public void onTitleReceived(java.lang.String pageTitle)
public void onProgressChanged(WebView view, int newProgress)
public void onRedirection(boolean success)
public void onRedirectionFinish(boolean isRedirectionSuccess, boolean shouldDispatchOnWillLeaveApp)