Show image notice web pages.
public void SampleShowImageNotices()
{
GamebaseRequest.ImageNotice.Configuration configuration = new GamebaseRequest.ImageNotice.Configuration();
configuration.colorR = 255;
configuration.colorG = 255;
configuration.colorB = 255;
configuration.colorA = 255;
configuration.timeout = 5000;
configuration,
(error) =>
{
},
(scheme, error) =>
{
});
}
static void ShowImageNotices(GamebaseRequest.ImageNotice.Configuration configuration, GamebaseCallback.ErrorDelegate closeCallback, GamebaseCallback.GamebaseDelegate< string > eventCallback=null)
Show image notice web pages.
Definition Gamebase.cs:3782
This class provides functionality related to image notices.
Definition Gamebase.cs:3749
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11