Interface UserNotificationOperationBuilder.WithUserIcon<T>

    • Method Detail

      • userIcon

        T userIcon​(User user)
            throws ValidationException
        Applies the user profile image as icon to the notification, if available. The user profile image can be optionally configured for each user.
        Parameters:
        user - the user to obtain the profile image for the notification
        Returns:
        the specific UserNotificationOperationBuilder instance of type T
        Throws:
        ValidationException - if the user is null
        Since:
        12.13