NEKaraokePickSongActionType

@objc
public enum NEKaraokePickSongActionType : Int

点歌状态

  • 点歌

    Declaration

    Swift

    case pick = 130
  • 取消点歌

    Declaration

    Swift

    case cancelPick = 131
  • 切歌

    Declaration

    Swift

    case switchSong = 132
  • top

    置顶

    Declaration

    Swift

    case top = 133
  • 列表变化

    Declaration

    Swift

    case listChange = 134