Class PlaybackNotification.Extras

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLASS_NAME
      String extra with the activity class name associated with the view.
      static java.lang.String NOTIFICATION
      Boolean extra specifying that the intent was invoked by clicking the notification
      static java.lang.String VIEW_ID
      Int extra with the BaseVideoView id
    • Constructor Summary

      Constructors 
      Constructor Description
      Extras()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • NOTIFICATION

        public static final java.lang.String NOTIFICATION
        Boolean extra specifying that the intent was invoked by clicking the notification
        See Also:
        Constant Field Values
      • VIEW_ID

        public static final java.lang.String VIEW_ID
        Int extra with the BaseVideoView id
        See Also:
        Constant Field Values
      • CLASS_NAME

        public static final java.lang.String CLASS_NAME
        String extra with the activity class name associated with the view.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Extras

        public Extras()