iOS SDK Version
12.2.0
FBSDKGamingServicesKit Reference
  • Classes
    • FBSDKChooseContextContent
    • FBSDKChooseContextDialog
    • FBSDKContextWebDialog
    • FBSDKCreateContextContent
    • FBSDKCreateContextDialog
    • FBSDKFriendFinderDialog
    • FBSDKGamingGroupIntegration
    • FBSDKGamingImageUploader
    • FBSDKGamingVideoUploader
    • FBSDKSwitchContextContent
  • Enumerations
    • FBSDKChooseContextFilter
  • Protocols
    • FBSDKContextDialogDelegate
    • FBSDKDialog
    • FBSDKValidatable
  • Type Definitions
    • FBSDKGamingServiceCompletionHandler
    • FBSDKGamingServiceProgressHandler
    • FBSDKGamingServiceResultCompletion

FBSDKValidatable

@protocolFBSDKValidatable<NSObject>
A protocol that a content object must conform to be used in a Gaming Services dialog
  • -validateWithError:
    Undocumented

    Declaration

    Objective-C
    -(BOOL)validateWithError:(NSError*__autoreleasing*)errorRef;
    Swift
    funcvalidate()throws