react-native-firework-sdk
    Preparing search index...

    Interface PlayerHandler

    interface PlayerHandler {
        pause: () => void;
        resume: () => void;
    }
    Index

    Properties

    Properties

    pause: () => void

    Pause The video playback associated with this CTA. Only supported on iOS

    resume: () => void

    Resume The video playback associated with this CTA. Only supported on iOS