public final class

AppInvite

extends Object
java.lang.Object
   ↳ com.google.android.gms.appinvite.AppInvite

This class is deprecated.
Use getInstance() for the main entry point for accessing Dynamic Link data and getInvitation(com.google.firebase.dynamiclinks.PendingDynamicLinkData) for getting AppInvites data from the Dynamic Link data.

Class Overview

Main entry point for AppInvite APIs. Provides access to API methods of AppInviteApi. See Accessing Google APIs for how to use AppInviteApi.

Summary

Fields
public static final Api<Api.ApiOptions.NoOptions> API The API provided to GoogleApiClient.
public static final AppInviteApi AppInviteApi Access to the API methods in AppInviteApi.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Api<Api.ApiOptions.NoOptions> API

The API provided to GoogleApiClient. Add this api using addApi(Api).

public static final AppInviteApi AppInviteApi

Access to the API methods in AppInviteApi.