Initial version -- added millennium read funcionality
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
package com.google.android.gms.auth.api.signin;
|
||||
|
||||
import android.os.Bundle;
|
||||
import com.google.android.gms.common.api.Scope;
|
||||
import java.util.List;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
@Deprecated
|
||||
public interface GoogleSignInOptionsExtension {
|
||||
public static final int FITNESS = 3;
|
||||
public static final int GAMES = 1;
|
||||
|
||||
int getExtensionType();
|
||||
|
||||
List<Scope> getImpliedScopes();
|
||||
|
||||
Bundle toBundle();
|
||||
}
|
||||
Reference in New Issue
Block a user