Migrate Twitch badges to Helix (#4537)
Co-authored-by: iProdigy <8106344+iProdigy@users.noreply.github.com> Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -225,6 +225,21 @@ public:
|
||||
HelixFailureCallback failureCallback),
|
||||
(override));
|
||||
|
||||
// The extra parenthesis around the failure callback is because its type contains a comma
|
||||
MOCK_METHOD(
|
||||
void, getGlobalBadges,
|
||||
(ResultCallback<HelixGlobalBadges> successCallback,
|
||||
(FailureCallback<HelixGetGlobalBadgesError, QString> failureCallback)),
|
||||
(override));
|
||||
|
||||
// The extra parenthesis around the failure callback is because its type contains a comma
|
||||
MOCK_METHOD(void, getChannelBadges,
|
||||
(QString broadcasterID,
|
||||
ResultCallback<HelixChannelBadges> successCallback,
|
||||
(FailureCallback<HelixGetChannelBadgesError, QString>
|
||||
failureCallback)),
|
||||
(override));
|
||||
|
||||
// The extra parenthesis around the failure callback is because its type contains a comma
|
||||
MOCK_METHOD(void, updateUserChatColor,
|
||||
(QString userID, QString color,
|
||||
|
||||
Reference in New Issue
Block a user