checkIfSmartPlayFrequencyForcesPlayOnPhone

open fun checkIfSmartPlayFrequencyForcesPlayOnPhone(shouldIncrementPlayCount: Boolean): Boolean

This method is used to determine if the current play frequency forces the media to play on the phone based on the SmartPlay settings. SmartPlay is a feature that controls how frequently media should play on the phone. The method calculates the number of plays and compares it with the SmartPlay frequency to decide whether the media should play on the phone or not.

Return

boolean

Parameters

shouldIncrementPlayCount

A flag that indicates whether the play count should be incremented.