Structures

The following structures are available globally.

  • データストアの検索を行うクラスです。

    See more

    Declaration

    Swift

    public struct NCMBQuery<T> where T : NCMBBase
  • スクリプト機能を利用するためのクラスです。

    See more

    Declaration

    Swift

    public struct NCMBScript
  • APIエラーを表す構造体です。

    See more

    Declaration

    Swift

    public struct NCMBApiError : Error
  • ACL情報を表す構造体です。

    See more

    Declaration

    Swift

    public struct NCMBACL : CustomStringConvertible
  • フィールドが持つ配列に要素を追加する処理を行うための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBAddOperator
  • フィールドが持つ配列に要素を追加する処理を行うための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBAddRelationOperator
  • フィールドが持つ配列に重複が無い限りは要素を追加する処理を行うための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBAddUniqueOperator
  • 日時型のフィールドを操作するための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBDateField
  • 地理座標型のフィールドを操作するための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBGeoPoint
  • 数値フィールドに対してインクリメント・デクリメントを行うための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBIncrementOperator
  • ポインタ型のフィールドを操作するための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBPointer : Equatable
  • リレーション型のフィールドを出力するための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBRelation
  • フィールドが持つ配列に要素を削除する処理を行うための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBRemoveOperator
  • フィールドが持つ配列から要素を削除する処理を行うための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBRemoveRelationOperator
  • リクエストからの返却内容を保持する構造体です。

    Declaration

    Swift

    public struct NCMBResponse
  • プッシュ通知 配信期限時間を表すための構造体です。

    See more

    Declaration

    Swift

    public struct NCMBExpirationTime : Equatable
  • SNS認証 Apple認証で用いるパラメタを保持する構造体です。

    See more

    Declaration

    Swift

    public struct NCMBAppleParameters : NCMBSnsInfoProtocol
  • SNS認証 Facebook認証で用いるパラメタを保持する構造体です。

    See more

    Declaration

    Swift

    public struct NCMBFacebookParameters : NCMBSnsInfoProtocol
  • SNS認証 Google認証で用いるパラメタを保持する構造体です。

    See more

    Declaration

    Swift

    public struct NCMBGoogleParameters : NCMBSnsInfoProtocol
  • SNS認証 Twitter認証で用いるパラメタを保持する構造体です。

    See more

    Declaration

    Swift

    public struct NCMBTwitterParameters : NCMBSnsInfoProtocol