我是一般的编程新手,目前正在学习Elixir。
如何编写将消息发送到电话号码的功能?我很乐意看到语法。我正在使用Phoenix框架。
我看到了这一点,但它并不是我想要的:
failedOnNote8=false;
try{
keyGen.Init(keyGenSpec);
}catch (Exception e) {
if(e.getMessage() != null && e.getMessage().equals("Can't create handler inside thread that has not called Looper.prepare()")) {
failedOnNote8 = true;
}
}
if(failedOnNote8)
{
//try to init the key on UI Thread.
}