|
1277 | 1277 | <constant name="NET_SYNC_VOIP_STREAM_MODE_MONO" value="2" enum="NetSyncVoipStreamMode"> |
1278 | 1278 | Represents the mono stream mode the VoIP stream uses. The advantages mono stream mode has over ambisonic stream mode is the audio encoding and decoding require less computational resources and thus audio streams require less bandwidth. So it is typically used in applications with limited network resources. |
1279 | 1279 | </constant> |
| 1280 | + <constant name="OFFER_TERM_UNKNOWN" value="0" enum="OfferTerm"> |
| 1281 | + An unknown offer term. |
| 1282 | + </constant> |
| 1283 | + <constant name="OFFER_TERM_WEEKLY" value="1" enum="OfferTerm"> |
| 1284 | + Represents that the offer term is weekly. This means that the offer will be valid for a period of one week from the date of purchase. |
| 1285 | + </constant> |
| 1286 | + <constant name="OFFER_TERM_BIWEEKLY" value="2" enum="OfferTerm"> |
| 1287 | + Represents that the offer term is biweekly. This means that the offer will be valid for a period of two weeks from the date of purchase. |
| 1288 | + </constant> |
| 1289 | + <constant name="OFFER_TERM_MONTHLY" value="3" enum="OfferTerm"> |
| 1290 | + Represents that the offer term is monthly. This means that the offer will be valid for a period of one month from the date of purchase. |
| 1291 | + </constant> |
| 1292 | + <constant name="OFFER_TERM_QUARTERLY" value="4" enum="OfferTerm"> |
| 1293 | + Represents that the offer term is quarterly. This means that the offer will be valid for a period of three months from the date of purchase. |
| 1294 | + </constant> |
| 1295 | + <constant name="OFFER_TERM_SEMIANNUAL" value="5" enum="OfferTerm"> |
| 1296 | + Represents that the offer term is every 6 months. This means that the offer will be valid for a period of six months from the date of purchase. |
| 1297 | + </constant> |
| 1298 | + <constant name="OFFER_TERM_ANNUAL" value="6" enum="OfferTerm"> |
| 1299 | + Represents that the offer term is annual. This means that the offer will be valid for a period of one year from the date of purchase. |
| 1300 | + </constant> |
| 1301 | + <constant name="OFFER_TERM_BIANNUAL" value="7" enum="OfferTerm"> |
| 1302 | + Represents that the offer term is every 2 years. This means that the offer will be valid for a period of two years from the date of purchase. |
| 1303 | + </constant> |
1280 | 1304 | <constant name="TIME_WINDOW_UNKNOWN" value="0" enum="TimeWindow"> |
1281 | 1305 | An unknown time window. |
1282 | 1306 | </constant> |
|
1878 | 1902 | <constant name="APP_INSTALL_RESULT_SUCCESS" value="7" enum="AppInstallResult"> |
1879 | 1903 | Install of the app succeeded. |
1880 | 1904 | </constant> |
| 1905 | + <constant name="OFFER_TYPE_UNKNOWN" value="0" enum="OfferType"> |
| 1906 | + An unknown offer type. |
| 1907 | + </constant> |
| 1908 | + <constant name="OFFER_TYPE_INTROOFFER" value="1" enum="OfferType"> |
| 1909 | + This value indicates that the offer is an intro offer, which is typically a special promotion or discount offered to new customers. |
| 1910 | + </constant> |
| 1911 | + <constant name="OFFER_TYPE_FREETRIAL" value="2" enum="OfferType"> |
| 1912 | + This value indicates that the offer is a free trial, which allows customers to try out a product or service without paying for it. |
| 1913 | + </constant> |
1881 | 1914 | <constant name="PLATFORM_INITIALIZE_SUCCESS" value="0" enum="PlatformInitializeResult"> |
1882 | 1915 | Oculus Platform SDK initialization succeeded. |
1883 | 1916 | </constant> |
|
0 commit comments