Class AnalyticsParams


  • public class AnalyticsParams
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      AnalyticsParams​(java.lang.String userId, java.lang.String applicationId)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AnalyticsParams

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