選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

RemoteControlEvents.js 202B

12345678
  1. /**
  2. * Events fired from the remote control module through the EventEmitter.
  3. */
  4. /**
  5. * Notifies about remote control active session status changes.
  6. */
  7. export const ACTIVE_CHANGED = 'active-changed';