getAutoPlay

Gets the autoplay settings.

public boolean getAutoPlay() throws RteException;
Since
v4.5.0

You can call this method to get the autoplay settings of the current player.

Call timing

Call this method after getConfigs [2/3].

Restrictions

None.

Returns

Whether the autoplay settings are retrieved:
  • true: Yes.
  • false: No.

Exception

If the method call fails, the SDK throws RteException and returns an error message. You need to catch the exception and handle it.