IMediaPlayerActionDelegaterespondTo Method |
If the MediaPlayerActionDelegate implementing object returns true from the canRespondTo method for a certain URL, this method will be triggered to request effective execution.
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool respondTo(
string url
)
Function respondTo (
url As String
) As Boolean
bool respondTo(
String^ url
)
abstract respondTo :
url : string -> bool
Parameters
- url
- Type: SystemString
The URL that needs to be launched.
Return Value
Type:
Boolean true from the canRespondTo method for a certain URL
See Also