IWKUrlSchemeTask.DidReceiveData(NSData) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called to indicate that the task received the data.
[Foundation.Export("didReceiveData:")]
[Foundation.Preserve(Conditional=true)]
public void DidReceiveData (Foundation.NSData data);
abstract member DidReceiveData : Foundation.NSData -> unit
Parameters
- data
- NSData
The data that was received.
- Attributes