UIApplication.ClearKeepAliveTimeout Method

Definition

Stops invoking the KeepAlive method defined previously with SetKeepAliveTimeout.

[Foundation.Export("clearKeepAliveTimeout")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'PushKit' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ClearKeepAliveTimeout ();
abstract member ClearKeepAliveTimeout : unit -> unit
override this.ClearKeepAliveTimeout : unit -> unit
Attributes

Remarks

This method is used by Voice over IP applications when they no longer need the keep-alive timeout method handler to be executed.

Applies to