NXMHelper
Objective-C
@interface NXMHelper : NSObject
Swift
class NXMHelper : NSObject
Helper methods.
-
Provides a textual description for a given NXMEventType.
Declaration
Objective-C
+ (nonnull NSString *)descriptionForEventType:(NXMEventType)eventType;Swift
class func description(for eventType: NXMEventType) -> StringParameters
eventTypeThe event type you want the description for.
-
Provides a textual description for a given NXMCallMemberStatus.
Declaration
Objective-C
+ (nonnull NSString *)descriptionForCallMemberStatus: (NXMCallMemberStatus)callMemberStatus;Swift
class func description(for callMemberStatus: NXMCallMemberStatus) -> StringParameters
callMemberStatusThe call member status you want the description for.
NXMHelper Class Reference