<GMTSRequestOptionsSupport> プロトコル リファレンス

<GMTSRequestOptionsSupport> プロトコル リファレンス

概要

リクエスト オプションの設定をサポートするための拡張です。

パブリック メンバー関数

(null 許容 __kindof
GMTSRequestOptions *)
- requestOptions
 現在のリクエスト オプション。
(instancetype)- updatedRequestByApplyingOptions:
 現在のオプションを適用して新しいリクエストを生成します。

メンバー関数のドキュメント

- (nullable __kindof GMTSRequestOptions *) requestOptions

現在のリクエスト オプション。

設定されていない場合は nil になります。

-(instancetype)updatedRequestByApplyingOptions: (null 許容の __kindof GMTSRequestOptions *) requestOptions

現在のオプションを適用して新しいリクエストを生成します。

パラメータ:
requestOptions適用するリクエスト オプション。