xamarinios
namespace UIKit
{
[Register("UIApplication", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class UIApplication : UIResponder
{
[Advice("Overriding this method requires a call to the overriden method.")]
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("endBackgroundTask:")]
[RequiresSuper]
[ThreadSafe]
public virtual void EndBackgroundTask(nint taskId);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin iOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |