FBSDKChooseContextContent
@interfaceFBSDKChooseContextContent:NSObject<FBSDKValidatable>
A model for an instant games choose context app switch dialog
@interfaceFBSDKChooseContextContent:NSObject<FBSDKValidatable>
@property(nonatomic,assign,unsafe_unretained,readwrite)FBSDKChooseContextFilterfilter;
varfilter:ChooseContextFilter{getset}
@property(nonatomic,assign,unsafe_unretained,readwrite)intmaxParticipants;
varmaxParticipants:Int32{getset}
@property(nonatomic,assign,unsafe_unretained,readwrite)intminParticipants;
varminParticipants:Int32{getset}
+(NSString*)filtersNameForFilters:(FBSDKChooseContextFilter)filter;
classfuncfiltersName(forFiltersfilter:ChooseContextFilter)->String