ICordovaNotificationListenerNotifyQueryFunctionAdded Method |
Namespace:
Unvired.Common.WinRT.Interface
Assembly:
Unvired.Common.WinRT.Interface (in Unvired.Common.WinRT.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid NotifyQueryFunctionAdded(
string functionName
)
Sub NotifyQueryFunctionAdded (
functionName As String
)
void NotifyQueryFunctionAdded(
[InAttribute] String^ functionName
)
abstract NotifyQueryFunctionAdded :
functionName : string -> unit
Parameters
- functionName
- Type: SystemString
See Also