monoandroid
namespace Android.Telephony
{
[Register("android/telephony/TelephonyManager", DoNotGenerateAcw = true)]
public class TelephonyManager : Object
{
[Obsolete("deprecated")]
[Register("iccTransmitApduLogicalChannel", "(IIIIIILjava/lang/String;)Ljava/lang/String;", "GetIccTransmitApduLogicalChannel_IIIIIILjava_lang_String_Handler")]
public virtual string? IccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, string? data);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | deprecated |
Platform Restrictions | This framework does not have platform annotations. |