react-native-adjoe-sdk-4.1.0
    Preparing search index...

    Interface PlaytimeMedia

    A interface representing a media item.

    interface PlaytimeMedia {
        landscape?: string | null;
        portrait?: string | null;
    }
    Index

    Properties

    landscape?: string | null

    URL to landscape-oriented media.

    portrait?: string | null

    URL to portrait-oriented media.