react-native-younify-connect-sdk
    Preparing search index...

    Interface StreamingServiceLink

    Streaming service link.

    Contains informative user properties about the linked streaming service.

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

    Properties

    username: string | null

    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.