getGravatarProfile.QR |
Type | function |
Dictionary | library.gravatar |
Library | Gravatar |
Syntax | getGravatarProfile.QR(<pEmail>)
|
Associations | com.livecode.library.gravatar |
Summary | Gets the url to the qr image with the user information.
|
OS | mac, windows, linux, ios, android |
Platforms | desktop, mobile, web |
Parameters | Name | Type | Description |
---|
pEmail | | The user's email address.
|
|
Example | on mouseUp
set the filename of image "ProfileQR" to getGravatarProfile.QR("MyEmailAddress@example.com")
end mouseUp
|
Values | Name | Type | Description |
---|
return | | the url to the qr.
|
|
Description | Use the getGravatarProfile.QR function to get the url to the qr image with the user information.
|