Skip to content

Instantly share code, notes, and snippets.

@coronarob
Created February 24, 2015 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coronarob/51533717c29cf7ad7f7c to your computer and use it in GitHub Desktop.
Save coronarob/51533717c29cf7ad7f7c to your computer and use it in GitHub Desktop.
private void OnCoronaRuntimeLoaded(
object sender, CoronaLabs.Corona.WinRT.CoronaRuntimeEventArgs e)
{
// Keep a reference to the Corona runtime environment.
// It's needed so that your login window's results can be dispatched to Corona.
fCoronaRuntimeEnvironment = e.CoronaRuntimeEnvironment;
fCoronaRuntimeEnvironment.AddEventListener("requestingLogin", OnRequestingLogin);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment