AppEventParameterValueType
publicprotocolAppEventParameterValueType
Conforming types that can be logged as a parameter value of
AppEventLoggable
. By default implemented for NSNumber
, String
, IntegerLiteralType
and FloatLiteralType
. Should only return either a String
or NSNumber
.