|
13 | 13 | <return type="void" /> |
14 | 14 | <param index="0" name="value" type="String" /> |
15 | 15 | <description> |
| 16 | + The description of the challenge is a detailed and informative text that provides a comprehensive overview of the challenge's objectives, rules, and requirements. |
16 | 17 | </description> |
17 | 18 | </method> |
18 | 19 | <method name="set_end_date"> |
19 | 20 | <return type="void" /> |
20 | 21 | <param index="0" name="value" type="int" /> |
21 | 22 | <description> |
| 23 | + The challenge end date is the timestamp when this challenge ends. |
22 | 24 | </description> |
23 | 25 | </method> |
24 | 26 | <method name="set_include_active_challenges"> |
25 | 27 | <return type="void" /> |
26 | 28 | <param index="0" name="value" type="bool" /> |
27 | 29 | <description> |
| 30 | + This option indicates whether to include challenges that are currently active in the search results. By default, this is set to true, meaning that only active challenges will be returned. |
28 | 31 | </description> |
29 | 32 | </method> |
30 | 33 | <method name="set_include_future_challenges"> |
31 | 34 | <return type="void" /> |
32 | 35 | <param index="0" name="value" type="bool" /> |
33 | 36 | <description> |
| 37 | + This option indicates whether to include challenges that have not yet started in the search results. By default, this is set to false, meaning that only active will be returned. |
34 | 38 | </description> |
35 | 39 | </method> |
36 | 40 | <method name="set_include_past_challenges"> |
37 | 41 | <return type="void" /> |
38 | 42 | <param index="0" name="value" type="bool" /> |
39 | 43 | <description> |
| 44 | + This option indicates whether to include challenges that have already ended in the search results. By default, this is set to false, meaning that only active will be returned. |
40 | 45 | </description> |
41 | 46 | </method> |
42 | 47 | <method name="set_leaderboard_name"> |
|
50 | 55 | <return type="void" /> |
51 | 56 | <param index="0" name="value" type="int" /> |
52 | 57 | <description> |
| 58 | + The challenge start date is the timestamp when this challenge begins. |
53 | 59 | </description> |
54 | 60 | </method> |
55 | 61 | <method name="set_title"> |
56 | 62 | <return type="void" /> |
57 | 63 | <param index="0" name="value" type="String" /> |
58 | 64 | <description> |
| 65 | + The title of the challenge is a descriptive label that provides a concise summary of the challenge's purpose and objectives. |
59 | 66 | </description> |
60 | 67 | </method> |
61 | 68 | <method name="set_viewer_filter"> |
62 | 69 | <return type="void" /> |
63 | 70 | <param index="0" name="value" type="int" enum="MetaPlatformSDK.ChallengeViewerFilter" /> |
64 | 71 | <description> |
| 72 | + An enum that specifies what filter to apply to the list of returned challenges. |
| 73 | + Returns all public and invite-only challenges in which the user is a participant or invitee. Excludes private challenges. |
65 | 74 | </description> |
66 | 75 | </method> |
67 | 76 | <method name="set_visibility"> |
68 | 77 | <return type="void" /> |
69 | 78 | <param index="0" name="value" type="int" enum="MetaPlatformSDK.ChallengeVisibility" /> |
70 | 79 | <description> |
| 80 | + The challenge visibility setting specifies who can see and participate in this challenge. |
71 | 81 | </description> |
72 | 82 | </method> |
73 | 83 | </methods> |
|
0 commit comments