initWithAppId static method
Initializes GetSocial SDK with a specific AppId if automatic initialization is disabled.
appId
AppId from the GetSocial Dashboard to initialize with.
Implementation
static initWithAppId(String appId) {
NativeBridge.sync('GetSocial.init', appId);
}