• Home
  • API Documentation

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 Source

ImageOrAvatarUrl

Gets the avatar URL for this IAvatarSource.

Declaration
string ImageOrAvatarUrl { get; }
Property Value
Type Description
String
| Improve this Doc View Source

IsRoundedAvatar

Gets a value indicating whether the avatar image should be rounded for this IAvatarSource.

Declaration
bool IsRoundedAvatar { get; }
Property Value
Type Description
Boolean
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX