Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asynchronous ORMMAReady State Checking? #11

Open
GoogleCodeExporter opened this issue Jun 8, 2015 · 0 comments
Open

Asynchronous ORMMAReady State Checking? #11

GoogleCodeExporter opened this issue Jun 8, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Is there currently a method to asynchronously check if the ormma compliant 
library has hit the ORMMAReady state?  Currently, I believe the only way to do 
so is to define the ORMMAReady() function in global scope and wait for the 
synchronous call to that function.  Wouldn't be a good idea to be able to 
reference if the library has hit the ready state through a boolean such as 
ormma.isORMMAREADY?  Also, if that were the case, that would render the 
ORMMAReady() function optional and give more control to the ad designer to take 
care of initialization themselves.  Also, now that I think of it, why not 
change ORMMAReady to be event driven with the callback function defined by the 
user?

Original issue reported on code.google.com by [email protected] on 6 Sep 2011 at 11:57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant