Streaming service link.

Contains informative user properties about the linked streaming service.

interface StreamingServiceLink {
    username: null | string;
    profileName?: string;
    profileImageUrl?: string;
    isProfilePINProtected: boolean;
    isBroken: boolean;
}

Properties

username: null | string

Service username or email.

profileName?: string

Selected profile name if the service has profiles.

profileImageUrl?: string

Selected profile image if the service has profiles.

isProfilePINProtected: boolean

Whether this profile is pin protected if the service has profiles.

isBroken: boolean

Whether this link is broken or otherwise has a problem that requires management or unlinking to address.