BroadcastReceiver.PendingResult.ResultData Property
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.
Version of BroadcastReceiver#getResultData()
BroadcastReceiver.getResultData()
for
asynchronous broadcast handling. -or- Version of BroadcastReceiver#setResultData(String)
BroadcastReceiver.setResultData(String)
for
asynchronous broadcast handling.
public string ResultData { [Android.Runtime.Register("getResultData", "()Ljava/lang/String;", "")] get; [Android.Runtime.Register("setResultData", "(Ljava/lang/String;)V", "")] set; }
[<get: Android.Runtime.Register("getResultData", "()Ljava/lang/String;", "")>]
[<set: Android.Runtime.Register("setResultData", "(Ljava/lang/String;)V", "")>]
member this.ResultData : string with get, set
- Attributes
Property getter documentation:
Version of BroadcastReceiver#getResultData() BroadcastReceiver.getResultData()
for asynchronous broadcast handling.
Java documentation for android.content.BroadcastReceiver.PendingResult.getResultData()
.
Property setter documentation:
Version of BroadcastReceiver#setResultData(String) BroadcastReceiver.setResultData(String)
for asynchronous broadcast handling.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Proizvod | Verzije |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |