ProfileUpdateImageRequest
public enum ProfileUpdateImageRequest
The list of available profile update image request types.
- Tag: ProfileUpdateImageRequest
-
Indicates the request should update the image with the specified URL.
Tag: ProfileUpdateImageRequest-update
Declaration
Swift
case update(url: URL?)
Parameters
url
The URL object referencing the image.
-
Indicates the request should delete the image.
- Tag: ProfileUpdateImageRequest-delete
Declaration
Swift
case delete