Package com.dsi.ant

Class StoreDownloader

java.lang.Object
com.dsi.ant.StoreDownloader

public class StoreDownloader extends Object
Links to Google Play Store for application download and install.
Since:
4.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    getAntRadioService(android.content.Context context)
    Open the Google Play Store as a new task, displaying the ANT Radio Service page.
    static void
    getAntUsbService(android.content.Context context)
    Open the Google Play Store as a new task, displaying the ANT USB Service page if available on this device.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StoreDownloader

      public StoreDownloader()
  • Method Details

    • getAntRadioService

      public static void getAntRadioService(android.content.Context context)
      Open the Google Play Store as a new task, displaying the ANT Radio Service page.
      Parameters:
      context - the context used to start the Play Store activity
      Since:
      4.0
    • getAntUsbService

      public static void getAntUsbService(android.content.Context context)
      Open the Google Play Store as a new task, displaying the ANT USB Service page if available on this device. Note that the ANT USB Service is only available to devices with the USB Host Feature, and the requested page will not be found on other devices.
      Parameters:
      context - the context used to start the Play Store activity
      Since:
      4.0