-
public class ImageRequest.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerUNSPECIFIED_DIMENSIONpublic final static ImageRequest.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UrigetProfilePictureUri(String userId, Integer width, Integer height)final UrigetProfilePictureUri(String userId, Integer width, Integer height, String accessToken)final IntegergetUNSPECIFIED_DIMENSION()-
-
Method Detail
-
getProfilePictureUri
final Uri getProfilePictureUri(String userId, Integer width, Integer height)
-
getProfilePictureUri
final Uri getProfilePictureUri(String userId, Integer width, Integer height, String accessToken)
-
getUNSPECIFIED_DIMENSION
final Integer getUNSPECIFIED_DIMENSION()
-
-
-
-