SEService.Shutdown Method

Definition

Releases all Secure Elements resources allocated by this SEService (including any binding to an underlying service).

[Android.Runtime.Register("shutdown", "()V", "", ApiSince=28)]
public void Shutdown ();
[<Android.Runtime.Register("shutdown", "()V", "", ApiSince=28)>]
member this.Shutdown : unit -> unit
Attributes

Remarks

Releases all Secure Elements resources allocated by this SEService (including any binding to an underlying service). As a result isConnected() will return false after shutdown() was called. After this method call, the SEService object is not connected. This method should be called when connection to the Secure Element is not needed or in the termination method of the calling application (or part of this application) which is bound to this SEService.

Java documentation for android.se.omapi.SEService.shutdown().

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.

Applies to