Class UsersTopic


  • public class UsersTopic
    extends TwitchWebhookTopic<UserList>
    Notifies when a user changes information about his/her profile. This web hook requires the user:read:email OAuth scope, to get notifications of email changes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PATH  
    • Constructor Summary

      Constructors 
      Constructor Description
      UsersTopic​(@NonNull java.lang.String userId)
      Notifies when a user changes information about his/her profile.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • UsersTopic

        public UsersTopic​(@NonNull
                          @NonNull java.lang.String userId)
        Notifies when a user changes information about his/her profile. This web hook requires the user:read:email OAuth scope, to get notifications of email changes.
        Parameters:
        userId - Required. Specifies the user whose data is monitored.