Google. Play. Instant. GooglePlayInstantUtils
Methods and constants that are specific to GooglePlayInstant 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
bool IsInstantApp()
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.