IOSAD-164 Flags is a simple int

IOSAD-164
Dirk Zimmermann 2020-01-13 13:46:19 +01:00
parent efd948336c
commit 19c42c60d9
1 changed files with 3 additions and 2 deletions

View File

@ -50,8 +50,9 @@
*/
@property BOOL isOwn;
/// Flags controlling pEp sync behaviour.
@property PEPIdentityFlags flags;
/// Flags controlling pEp sync behaviour, consisting of PEPIdentityFlags enums
/// ORed together.
@property int flags;
/**
Comm type contains the PEP_ct_confirmed flag?