CastReceiverOptions.LaunchRequestChecker

public static interfaceCastReceiverOptions.LaunchRequestChecker

Interface for checking if a launch request is supported.

Public Method Summary

abstract Task<Boolean>
checkLaunchRequestSupported(CastLaunchRequest launchRequest)
Called when a sender requests to launch the app or join the current session.

Public Methods

public abstract Task<Boolean> checkLaunchRequestSupported(CastLaunchRequest launchRequest)

Called when a sender requests to launch the app or join the current session.

Resolve aTaskwith trueif the launch/join is allowed, or withfalseif the launch/join is disallowed.