THEOplayer React Native Connectors
    Preparing search index...

    Interface SignIn

    An entity representing a sign in card.

    SignInCardEntity.

    interface SignIn {
        actionText?: string;
        actionUri?: string;
        id?: string;
        name: string;
        posters: Poster[];
        subtitle?: string;
        type: SignIn;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionText?: string

    Text Shown on the CTA (i.e. Sign in).

    actionUri?: string

    The deep link to the provider app to open a sign in screen.

    id?: string

    The optional entity id.

    name: string

    The entity's name or title.

    posters: Poster[]

    At least one image is required, and must be provided with an aspect ratio. (Landscape is preferred but passing both portrait and landscape images for different scenarios is recommended.)

    subtitle?: string

    Optional subtitle.

    type: SignIn

    The entity type.