APIリファレンス(JavaScript)
AppSettings interface
アプリケーション設定情報。
Signature:
export interface AppSettings extends Attributable
Extends: Attributable
Properties
Property | Type | Description |
---|---|---|
app_end_dte? | DateString | null | (Optional) アプリ公開終了日付 |
app_end_flg? | boolean | null | (Optional) アプリ公開終了フラグ |
app_end_message? | string | null | (Optional) アプリ公開終了メッセージ |
app_store_url? | string | null | (Optional) AppStoreのURL |
code? | string | null | (Optional) コード |
google_play_store_url? | string | null | (Optional) GooglePlayのURL |
name? | string | null | (Optional) アプリ名称 |
not_use_flg? | boolean | null | (Optional) 使用不可フラグ |
short_name? | string | null | (Optional) 短縮名称 |
sort_no? | number | null | (Optional) 順序 |
version_android? | string | null | (Optional) アプリバージョン(Android) |
version_ios? | string | null | (Optional) アプリバージョン(iOS) |