native.canShowPopup() — Activity Popup

Type Function
Library native.*
Return value Boolean
Revision Release 2024.3703
Keywords native, canShowPopup, activity

Overview

Returns whether or not the popup type can be shown.

Syntax

native.canShowPopup( name [, activityName] )
name (required)

String. The string name of the popup to be shown. For the Activity Popup plugin, use "activity".

activityName (optional)

String. The name of the activity. See Supported Activities in native.showPopup() for valid string values.