Question about gpg.d.ts

I seen other d.ts such as facebook, admob, sdkboxplay, sdkboxads.
inside gpg.d.ts looks like super less code compare to others.

declare module sdkbox {
     module PluginGPG {
        export function init() : object;

        export function snapshotManager() : object;

        export function gpg() : object;

    }
}

is it only this few function?
by the way i m using Cocos Creator 1.9.1,
want to use google service sign in, but fail.
and using javascript.

We’re trying to generate all the apis of GPG, thanks.

we have generated the .ts file for GPG, will release in 2.4.0.3.

Thanks

1 Like