Interface IAvatarSource
IAvatarSource represents a generic object that has an avatar or profile picture.
Namespace: GroupMeClientApi.Models
Assembly: GroupMeClientApi.dll
Syntax
public interface IAvatarSource
Properties
| Improve this Doc View SourceImageOrAvatarUrl
Gets the avatar URL for this IAvatarSource.
Declaration
string ImageOrAvatarUrl { get; }
Property Value
| Type | Description |
|---|---|
| String |
IsRoundedAvatar
Gets a value indicating whether the avatar image should be rounded for this IAvatarSource.
Declaration
bool IsRoundedAvatar { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |