DownloadableSubscription Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent).
[Android.Runtime.Register("android/telephony/euicc/DownloadableSubscription", ApiSince=28, DoNotGenerateAcw=true)]
public sealed class DownloadableSubscription : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/telephony/euicc/DownloadableSubscription", ApiSince=28, DoNotGenerateAcw=true)>]
type DownloadableSubscription = class
inherit Object
interface IParcelable
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Héritage
- Attributs
- Implémente
Remarques
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent).
<p>Par exemple, un downloadableSubscription peut être créé via un code d’activation analysé à partir d’un code QR. Une adresse de serveur peut être analysée à partir du code d’activation pour télécharger plus d’informations sur le profil, telles que le nom de l’opérateur, les règles d’accès, etc.
Documentation Java pour android.telephony.euicc.DownloadableSubscription
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.
Propriétés
Class |
Retourne la classe runtime de ce |
ConfirmationCode |
Retourne le code de confirmation. |
Creator |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). |
EncodedActivationCode |
Obtient le code d’activation. |
Handle |
Handle de l’instance Android sous-jacente. (Hérité de Object) |
JniIdentityHashCode |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
JniPeerMembers |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). |
PeerReference |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
ThresholdClass |
Cette API prend en charge l’infrastructure Mono pour Android et n’est pas destinée à être utilisée directement à partir de votre code. (Hérité de Object) |
ThresholdType |
Cette API prend en charge l’infrastructure Mono pour Android et n’est pas destinée à être utilisée directement à partir de votre code. (Hérité de Object) |
Méthodes
Clone() |
Crée et retourne une copie de cet objet. (Hérité de Object) |
DescribeContents() |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). |
Dispose() |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
Dispose(Boolean) |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
Equals(Object) |
Indique si un autre objet est « égal à » celui-ci. (Hérité de Object) |
ForActivationCode(String) |
Créez une inscription DownloadableSubscription pour le code d’activation donné. |
GetHashCode() |
Retourne une valeur de code de hachage pour l'objet. (Hérité de Object) |
JavaFinalize() |
Appelé par le garbage collector sur un objet lorsque le garbage collection détermine qu’il n’y a plus de références à l’objet. (Hérité de Object) |
Notify() |
Réveille un thread unique qui attend le moniteur de cet objet. (Hérité de Object) |
NotifyAll() |
Réveille tous les threads qui attendent le moniteur de cet objet. (Hérité de Object) |
SetHandle(IntPtr, JniHandleOwnership) |
Définit la propriété Handle. (Hérité de Object) |
ToArray<T>() |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
ToString() |
Retourne une représentation de chaîne de l'objet. (Hérité de Object) |
UnregisterFromRuntime() |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
Wait() |
Provoque l’attente du thread actuel jusqu’à ce qu’il soit réveillé, généralement en étant <averti par em ou> <em>interrompu</em>.<> (Hérité de Object) |
Wait(Int64, Int32) |
Provoque l’attente du thread actuel jusqu’à ce qu’il soit réveillé, généralement en étant <averti< par> em>ou <em>interrompu/em>,< ou jusqu’à ce qu’une certaine quantité de temps réel s’est écoulée. (Hérité de Object) |
Wait(Int64) |
Provoque l’attente du thread actuel jusqu’à ce qu’il soit réveillé, généralement en étant <averti< par> em>ou <em>interrompu/em>,< ou jusqu’à ce qu’une certaine quantité de temps réel s’est écoulée. (Hérité de Object) |
WriteToParcel(Parcel, ParcelableWriteFlags) |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). |
Implémentations d’interfaces explicites
IJavaPeerable.Disposed() |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
IJavaPeerable.DisposeUnlessReferenced() |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
IJavaPeerable.Finalized() |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
IJavaPeerable.JniManagedPeerState |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
IJavaPeerable.SetJniIdentityHashCode(Int32) |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
IJavaPeerable.SetPeerReference(JniObjectReference) |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). (Hérité de Object) |
Méthodes d’extension
JavaCast<TResult>(IJavaObject) |
Effectue une conversion de type vérifiée par le runtime Android. |
JavaCast<TResult>(IJavaObject) |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). |
GetJniTypeName(IJavaPeerable) |
Informations sur un abonnement téléchargeable sur un eUICC à l’aide d’EuiccManager#downloadSubscription(DownloadableSubscription, boolean, PendingIntent). |