FBSDKAppGroupAddDialog
这个类有新版本。查看 最新版本。
Extends Class:NSObject
Declared in:FBSDKAppGroupAddDialog.h
属性
content
@property (nonatomic, copy) FBSDKAppGroupContent *content __attribute__ ((deprecated
声明语言: FBSDKAppGroupAddDialog.h
delegate
@property (nonatomic, weak) id<FBSDKAppGroupAddDialogDelegate> delegate __attribute__ ((deprecated
声明语言: FBSDKAppGroupAddDialog.h
类方法
showWithContent:delegate:
+ (instancetype)
showWithContent: (FBSDKAppGroupContent *)content
delegate: (id<FBSDKAppGroupAddDialogDelegate>)delegate
__attribute__((deprecated));
声明语言: FBSDKAppGroupAddDialog.h
实例方法
canShow
- (BOOL) canShow __attribute__((deprecated));
声明语言: FBSDKAppGroupAddDialog.h
show
- (BOOL) show __attribute__((deprecated));
声明语言: FBSDKAppGroupAddDialog.h
validateWithError:
- (BOOL) validateWithError:(NSError *__autoreleasing *)errorRef __attribute__((deprecated));
声明语言: FBSDKAppGroupAddDialog.h