com.google.firebase.database.DatabaseException: Can't convert object of type java.lang.String to type com.example.appname.Token

后端 未结 0 1437
忘掉有多难
忘掉有多难 2021-01-31 17:47

Token Class is a class and in Main Activity I call that

public class Token {
    private String token;

    public Token(String token) {
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题