SC_User_GetImageUrl()
Returns the URL of the user's image.
Synopsis:
#include <scoreloop/sc_user.h>
SC_String_h SC_User_GetImageUrl(SC_User_h self)
Arguments:
- self
-
An opaque handle for the current SC_User instance.
Library:
libscoreloopcoreDescription:
This method returns the URL of the user's image.
Returns:
SC_String String representing the URL with user's image or NULL if it's unavailable.