Class TGiftiz
Unit
Declaration
type TGiftiz = class(TComponent)
Description
Giftiz (http://www.giftiz.com/) integration. Only on Android (will simply do nothing on other platforms).
Usage:
Call TGiftiz.MissionComplete to notify Giftiz about mission completion.
Use TGiftizButton to show on UI the Giftiz button. It's updated/hidden automatically based on Giftiz state.
To include the necessary integration code in your Android project, declare your Android project type as "integrated" with the "giftiz" component inside CastleEngineManifest.xml. See https://github.com/castle-engine/castle-engine/wiki/Android-Project-Services-Integrated-with-Castle-Game-Engine .
Hierarchy
- TObject
- TPersistent
- TComponent
- TGiftiz
Overview
Methods
![]() |
class procedure MissionComplete; |
Description
Methods
![]() |
class procedure MissionComplete; |
Generated by PasDoc 0.16.0.
