ICordovaNotificationListenerNotifyQueryFunctionRemoved 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 NotifyQueryFunctionRemoved(
string functionName
)
Sub NotifyQueryFunctionRemoved (
functionName As String
)
void NotifyQueryFunctionRemoved(
[InAttribute] String^ functionName
)
abstract NotifyQueryFunctionRemoved :
functionName : string -> unit
Parameters
- functionName
- Type: SystemString
See Also