Google.Play.Instant.GooglePlayInstantUtils

Methods and constants that are specific to Google Play Instant and/or the plugin.

Summary

Public static functions

IsInstantApp()
bool
Return true if this is an instant app build, false if an installed app build.

Public static functions

IsInstantApp

boolIsInstantApp()

Return true if this is an instant app build, false if an installed app build.

This is an alternative to checking "#if PLAY_INSTANT" directly. Note: Do not call this in an Editor script. Prefer PlayBuildConfiguration.IsInstantBuildType() instead.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2021年03月18日 UTC.