FMIceLinkIPromise Protocol Reference

Declared in FMIceLinkIPromise.h

Overview

Interface for a promise that can be rejected.

– rejectWithException: required method

Rejects the promise.
- (bool)rejectWithException:(NSException *)exception

Parameters

exception

The exception.

Discussion

Rejects the promise.

Declared In

FMIceLinkIPromise.h