Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Often you will need to get information from the Gumband Cloud through the Gumband SDK, and in order to do this the SDK will first need to authenticate itself with the Gumband Cloud. Until authentication is complete, the SDK will be marked as “not ready”. This article will help you understand the two ways you can discern if the SDK is ready to get settings, dispatch metric analytic events, etc.

Using an Observer Pattern to listen for READY events

...