示例#1
0
 public iOSConsentManagerException(IntPtr intPtr)
 {
     consentManagerExceptionObjCBridge = new ConsentManagerExceptionObjCBridge(intPtr);
 }
示例#2
0
 public int getCode()
 {
     return(ConsentManagerExceptionObjCBridge.getCode());
 }
示例#3
0
 public iOSConsentManagerException()
 {
     consentManagerExceptionObjCBridge = new ConsentManagerExceptionObjCBridge();
 }