public class ExpandedBannerActivity
extends Activity
Modifier and Type | Field and Description |
---|---|
static java.lang.ref.WeakReference<AbstractBannerPackage> |
currentPackage |
Constructor and Description |
---|
ExpandedBannerActivity() |
Modifier and Type | Method and Description |
---|---|
void |
clearViews()
Clears the current WebView and banner package references.
|
void |
closeView() |
void |
exitCurrentActivity() |
static AbstractBannerPackage |
getCurrentPackage() |
boolean |
isClosing() |
void |
onBackPressed() |
protected void |
onCreate(Bundle savedInstanceState) |
void |
onDestroy() |
void |
onProgressChanged(WebView view,
int newProgress) |
void |
onRedirection(boolean success) |
void |
onTitleReceived(java.lang.String pageTitle) |
void |
setIsClosing(boolean isClosing) |
public static java.lang.ref.WeakReference<AbstractBannerPackage> currentPackage
public static AbstractBannerPackage getCurrentPackage()
public boolean isClosing()
public void setIsClosing(boolean isClosing)
protected void onCreate(Bundle savedInstanceState)
public void exitCurrentActivity()
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)