Пример #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();
 }