How to recieve open or close notification of Dashboard (from 1.4.4 or later)

You can now receive notification if the Dashboard is open or closed from Mobage Native SDK 1.4.4. The Dashboard is a WebView that provides Mobage platform functions, which is shown when you try to tap on Community button or Balance button.
 
The Dashboard will open on the following cases.

  • Tapping on Community button
  • Tapping on Balance button
  • Calling on openUserProfile
  • Calling on launchPortalApp
  • Calling on showBankUI
  • Calling on openDocument
     
    You will receive open notification from the above cases to inform you that the Dashboard is open.
     
    You can also receive notification when the dashboard is closed by pressing the "X" on the top right of the Dashboard.

Implementing on Unity

You can receive notification on Unity by implementing the following.

Revision History

  • 2013/09/10
    • Initial release

 

 

PREVIOUS

Android Application Version Control

NEXT

SDK Tips