FMIceLinkFeedback Class Reference

Inherits from NSObject
Declared in FMIceLinkFeedback.h
FMIceLinkFeedback.m

Overview

Control frame feedback.

+ feedbackWithType:parameter:

Initializes a new instance of the FMIceLinkFeedback class.
+ (FMIceLinkFeedback *)feedbackWithType:(NSString *)type parameter:(NSString *)parameter

Parameters

type

The type.

parameter

The parameter.

Discussion

Initializes a new instance of the FMIceLinkFeedback class.

Declared In

FMIceLinkFeedback.h

– initWithType:parameter:

Initializes a new instance of the FMIceLinkFeedback class.
- (instancetype)initWithType:(NSString *)type parameter:(NSString *)parameter

Parameters

type

The type.

parameter

The parameter.

Discussion

Initializes a new instance of the FMIceLinkFeedback class.

Declared In

FMIceLinkFeedback.h

– parameter

Gets the parameter.
- (NSString *)parameter

Discussion

Gets the parameter.

Declared In

FMIceLinkFeedback.h

– type

Gets the type.
- (NSString *)type

Discussion

Gets the type.

Declared In

FMIceLinkFeedback.h