Forums - IMSDCAppManagerEventListener

4 posts / 0 new
Last post
IMSDCAppManagerEventListener
bereket
Join Date: 1 May 18
Posts: 11
Posted: Tue, 2018-05-22 00:51

What requirments need to fullfill  for  IMSDCAppManagerEventListener of the implemented methods to be called ?

I have iplmented IMSDCAppManagerEventListener not of the iplemeted metods called when I run the application. 

  • Up0
  • Down0
AnkitK Moderator
Join Date: 20 Aug 14
Posts: 61
Posted: Tue, 2018-05-22 13:26

Have you added addMSDCEventListener to IMSDCAppManager?

  • Up0
  • Down0
bereket
Join Date: 1 May 18
Posts: 11
Posted: Tue, 2018-05-22 18:52

Hello, thanks for the answer. 

Yes, I have added addMSDCEventListener to IMSDCAppManager. But none of the callback methods is called. 

are there any parameters that required during initialization?

 

  • Up0
  • Down0
AnkitK Moderator
Join Date: 20 Aug 14
Posts: 61
Posted: Tue, 2018-05-29 14:22

Please follow “StreamingModuleActivity.java” SampleApp source published in “LTE Broadcast SDK v4.2” package for addMSDCEventListener() and IMSDCAppManagerEventListener interface implementation.

 

addMSDCEventListener(), requires to pass the object of the class which implements IMSDCAppManagerEventListener interface. Callback function declared in IMSDCAppManagerEventListener interface need to be implemented in UI app class.

 

Thanks

Ankit

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.