InAppDefaultValue interface

代表應用程式內預設值的介面。

簽名:

export interface InAppDefaultValue 

屬性

屬性 類型 說明
useInAppDefault 布林值 如果是 true,則回傳給用戶端的參數值會省略該參數。

InAppDefaultValue.useInAppDefault

如果是 true,則回傳給用戶端的參數值會省略該參數。

簽名:

useInAppDefault: boolean;