Updated description of advertisement API, added function to request new ad.
This commit is contained in:
@@ -575,6 +575,10 @@ class DemoRenderer extends GLSurfaceView_SDL.Renderer
|
||||
{
|
||||
context.setAdvertisementPosition(left, top);
|
||||
}
|
||||
public void requestNewAdvertisement()
|
||||
{
|
||||
context.requestNewAdvertisement();
|
||||
}
|
||||
|
||||
private int PowerOf2(int i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user