struct AppPusher::App::SReminderSettings

Overview

=> 提醒配置数据结构

Defined in:

app_pusher/app.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(provider : String, lang : String) #

[View source]

Instance Method Detail

def is_feature_enabled?(feature_key) : Bool #

[View source]
def lang : String #

[View source]
def provider : String #

[View source]
def set_feature_flag(feature_key : String, value : Bool) #

[View source]