linkedin/Hakawai

entity.value(forCustomKey:)

neobie opened this issue · 1 comments

Can't use the entity.value(forCustomKey: "string")
(entity is type of HKWMentionsEntityProtocol)
Error: Cannot invoke 'value' with an argument list of type '(forCustomKey: String)'
Can anyone help ?

I need to get the value for custom key, which is already set in MentionsEntity.swift

Sorry, where is this from? What are you trying to do? A sample project or gist would help us investigate this.