KiiThingOwner Protocol Reference
Conforms to | NSObject |
Declared in | KiiThingOwner.h |
Instance Methods
thingOwnerID
An identifier of thing owner. If this instance is KiiUser, then this method returns “user:” + [KiiUser userID]. If this instance is KiiGroup, then this method returns “group:” + [KiiGroup groupID].
- (nullable NSString *)thingOwnerID
Return Value
“user:” + [KiiUser userID] or “group:” + [KiiGroup groupID] that own the thing.
Discussion
An identifier of thing owner. If this instance is KiiUser, then this method returns “user:” + [KiiUser userID]. If this instance is KiiGroup, then this method returns “group:” + [KiiGroup groupID].
Declared In
KiiThingOwner.h