Class CardEmulation
- Namespace
- Android.Nfc.Cardemulation
- Assembly
- MASES.Netdroid.dll
public class CardEmulation : JVMBridgeBase<CardEmulation>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<CardEmulation>CardEmulation
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<CardEmulation>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<CardEmulation>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase<CardEmulation>.IsAssignableFrom(IJavaType)JVMBridgeBase<CardEmulation>.IsAssignableFrom<T>()JVMBridgeBase<CardEmulation>.Execute<T>(params T[])JVMBridgeBase<CardEmulation>.DynBridgeClazzJVMBridgeBase<CardEmulation>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
CardEmulation()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public CardEmulation()
CardEmulation(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public CardEmulation(params object[] args)
Parameters
args
object[]
Properties
ACTION_CHANGE_DEFAULT
[Obsolete]
public static String ACTION_CHANGE_DEFAULT { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CATEGORY_OTHER
public static String CATEGORY_OTHER { get; }
Property Value
CATEGORY_PAYMENT
public static String CATEGORY_PAYMENT { get; }
Property Value
EXTRA_CATEGORY
public static String EXTRA_CATEGORY { get; }
Property Value
EXTRA_SERVICE_COMPONENT
public static String EXTRA_SERVICE_COMPONENT { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
SELECTION_MODE_ALWAYS_ASK
public static int SELECTION_MODE_ALWAYS_ASK { get; }
Property Value
SELECTION_MODE_ASK_IF_CONFLICT
public static int SELECTION_MODE_ASK_IF_CONFLICT { get; }
Property Value
SELECTION_MODE_PREFER_DEFAULT
public static int SELECTION_MODE_PREFER_DEFAULT { get; }
Property Value
Methods
CategoryAllowsForegroundPreference(String)
public bool CategoryAllowsForegroundPreference(String arg0)
Parameters
Returns
GetAidsForPreferredPaymentService()
public List<String> GetAidsForPreferredPaymentService()
Returns
GetAidsForService(ComponentName, String)
public List<String> GetAidsForService(ComponentName arg0, String arg1)
Parameters
arg0
ComponentNamearg1
String
Returns
GetDescriptionForPreferredPaymentService()
public CharSequence GetDescriptionForPreferredPaymentService()
Returns
GetInstance(NfcAdapter)
public static CardEmulation GetInstance(NfcAdapter arg0)
Parameters
arg0
NfcAdapter
Returns
GetRouteDestinationForPreferredPaymentService()
public String GetRouteDestinationForPreferredPaymentService()
Returns
GetSelectionModeForCategory(String)
public int GetSelectionModeForCategory(String arg0)
Parameters
Returns
IsDefaultServiceForAid(ComponentName, String)
public bool IsDefaultServiceForAid(ComponentName arg0, String arg1)
Parameters
arg0
ComponentNamearg1
String
Returns
IsDefaultServiceForCategory(ComponentName, String)
public bool IsDefaultServiceForCategory(ComponentName arg0, String arg1)
Parameters
arg0
ComponentNamearg1
String
Returns
RegisterAidsForService(ComponentName, String, List<String>)
public bool RegisterAidsForService(ComponentName arg0, String arg1, List<String> arg2)
Parameters
arg0
ComponentNamearg1
Stringarg2
List<String>
Returns
RegisterPollingLoopFilterForService(ComponentName, String, bool)
public bool RegisterPollingLoopFilterForService(ComponentName arg0, String arg1, bool arg2)
Parameters
arg0
ComponentNamearg1
Stringarg2
bool
Returns
RegisterPollingLoopPatternFilterForService(ComponentName, String, bool)
public bool RegisterPollingLoopPatternFilterForService(ComponentName arg0, String arg1, bool arg2)
Parameters
arg0
ComponentNamearg1
Stringarg2
bool
Returns
RemoveAidsForService(ComponentName, String)
public bool RemoveAidsForService(ComponentName arg0, String arg1)
Parameters
arg0
ComponentNamearg1
String
Returns
RemovePollingLoopFilterForService(ComponentName, String)
public bool RemovePollingLoopFilterForService(ComponentName arg0, String arg1)
Parameters
arg0
ComponentNamearg1
String
Returns
RemovePollingLoopPatternFilterForService(ComponentName, String)
public bool RemovePollingLoopPatternFilterForService(ComponentName arg0, String arg1)
Parameters
arg0
ComponentNamearg1
String
Returns
SetOffHostForService(ComponentName, String)
public bool SetOffHostForService(ComponentName arg0, String arg1)
Parameters
arg0
ComponentNamearg1
String
Returns
SetPreferredService(Activity, ComponentName)
public bool SetPreferredService(Activity arg0, ComponentName arg1)
Parameters
arg0
Activityarg1
ComponentName
Returns
SetShouldDefaultToObserveModeForService(ComponentName, bool)
public bool SetShouldDefaultToObserveModeForService(ComponentName arg0, bool arg1)
Parameters
arg0
ComponentNamearg1
bool
Returns
SupportsAidPrefixRegistration()
public bool SupportsAidPrefixRegistration()
Returns
UnsetOffHostForService(ComponentName)
public bool UnsetOffHostForService(ComponentName arg0)
Parameters
Returns
UnsetPreferredService(Activity)
public bool UnsetPreferredService(Activity arg0)