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

    Interface PlaytimeMedia

    A interface representing a media item.

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

    Properties

    landscape?: null | string

    URL to landscape-oriented media.

    portrait?: null | string

    URL to portrait-oriented media.