IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

projectId (property)

The Id of the project.

Syntax

@property (nonatomic,readwrite,assign,getter=projectId,setter=setProjectId:) NSString* projectId;
- (NSString*)projectId;
- (void)setProjectId:(NSString*)newProjectId;
public var projectId: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property specifies the user's project Id obtained from the Google API Console. It is required when authentication using OAuth 2.0.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]