Instance Method
removeObjectFromCustomParameters(at:)removeObjectFromCustomParametersAtIndex:removeObjectFromCustomParametersAtIndex_
Removes the custom parameter at the specified index.
Declaration
func removeObjectFromCustomParameters(at idx: UInt)Declaration
- (void) removeObjectFromCustomParametersAtIndex:(NSUInteger) idx;Declaration
removeObjectFromCustomParametersAtIndex_(idx: int)Parameters
idxThe index.