Class AnalyticsParams

java.lang.Object
com.brightcove.cast.model.AnalyticsParams

public class AnalyticsParams extends Object
The analytics parameters to be sent as part of the custom data to the Cast Receiver app. These parameters will be used for analytics by the receiver app.
  • Constructor Details

    • AnalyticsParams

      public AnalyticsParams(String userId, String applicationId)
      Constructor
      Parameters:
      userId - the id representing the current user.
      applicationId - the id representing the current application.