Updated description of advertisement API, added function to request new ad.

This commit is contained in:
pelya
2012-09-12 13:32:45 +03:00
parent b2e3453209
commit fb4ccea118
10 changed files with 111 additions and 11 deletions

View File

@@ -43,4 +43,8 @@ class Advertisement
{
return null;
}
public void requestNewAd()
{
}
}