class
The request class for a User Profile Image.
Gets the profile image for the user for the specified request.
Assigns the App Session Gyro to use.
IUserProfileImageRequest.circle()
Specifies that a circle should be used, if the width
and height
are equal, otherwise it will become an ellipse.
IUserProfileImageRequest.circle(int size)
Specifies that a circle should be used in the set logical pixel size.
Assigns the Client Session Gyro to use.
IUserProfileImageRequest.clone()
IUserProfileImageRequest.corners(int corners)
The corner size of the image in pixels with DPR = 1.0d.
Returns if creation of a default user profile image if none is found for a user ID or user Name should be performed or not.
Creates an uninitialized profile image request.
Creates an uninitialized profile image request.
Assigns the App Session Gyro to use.
Assigns the current Client Session Gyro to use.
IUserProfileImageRequest.DRPs(double[] dprs)
IUserProfileImageRequest.quality(int quality)
IUserProfileImageRequest.size(int size)
Specifies the size of the image.
IUserProfileImageRequest.size(int width, int height)
Specifies the size of the image.
IUserProfileImageRequest.user(long userID)
Specifies the user to use.
Gets the profile image for the user for the specified request.